EdmTypeSemantics.IsIntegral 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.
Overloads
IsIntegral(EdmPrimitiveTypeKind) |
Returns true if this primitive type kind represents an integer type. |
IsIntegral(IEdmTypeReference) |
Returns true if this reference refers to an integer type. |
IsIntegral(EdmPrimitiveTypeKind)
Returns true if this primitive type kind represents an integer type.
public static bool IsIntegral (this Microsoft.OData.Edm.EdmPrimitiveTypeKind primitiveTypeKind);
static member IsIntegral : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsIntegral (primitiveTypeKind As EdmPrimitiveTypeKind) As Boolean
Parameters
- primitiveTypeKind
- EdmPrimitiveTypeKind
Type reference.
Returns
This kind refers to an integer type.
Applies to
IsIntegral(IEdmTypeReference)
Returns true if this reference refers to an integer type.
public static bool IsIntegral (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsIntegral : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsIntegral (type As IEdmTypeReference) As Boolean
Parameters
- type
- IEdmTypeReference
Type reference.
Returns
This reference refers to an integer type.