EdmTypeSemantics.IsIntegral Method
Include Protected Members
Include Inherited Members
Determines whether the specified value refers to an integer type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsIntegral(EdmPrimitiveTypeKind) | Determines whether this primitive type kind represents an integer type. | |
IsIntegral(IEdmTypeReference) | Determines whether this reference refers to an integer type. |
Top