EdmTypeSemantics.AsActualType(IEdmType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the actual type of the given type. If the given type is type definition, the actual type is its underlying type; otherwise, return the given type itself.
public static Microsoft.OData.Edm.IEdmType AsActualType (this Microsoft.OData.Edm.IEdmType type);
static member AsActualType : Microsoft.OData.Edm.IEdmType -> Microsoft.OData.Edm.IEdmType
<Extension()>
Public Function AsActualType (type As IEdmType) As IEdmType
Parameters
- type
- IEdmType
The given type.
Returns
The actual type of the given type.