Share via


EdmTypeSemantics.AsActualType(IEdmType) Method

Definition

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.

Applies to