ExtensionMethods.TypeKind(IEdmTypeReference) 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.
Gets the type kind of the type references definition.
public static Microsoft.OData.Edm.EdmTypeKind TypeKind (this Microsoft.OData.Edm.IEdmTypeReference type);
static member TypeKind : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmTypeKind
<Extension()>
Public Function TypeKind (type As IEdmTypeReference) As EdmTypeKind
Parameters
- type
- IEdmTypeReference
Reference to the calling object.
Returns
The type kind of the reference.