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