Share via


ExtensionMethods.TypeKind(IEdmTypeReference) Method

Definition

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.

Applies to