EdmTypeSemantics.IsSpatial 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
IsSpatial(EdmPrimitiveTypeKind) |
Returns true if this type kind represents a spatial type. |
IsSpatial(IEdmType) |
Returns true if this definition refers to a spatial type. |
IsSpatial(IEdmTypeReference) |
Returns true if this reference refers to a spatial type. |
IsSpatial(EdmPrimitiveTypeKind)
Returns true if this type kind represents a spatial type.
public static bool IsSpatial (this Microsoft.OData.Edm.EdmPrimitiveTypeKind typeKind);
static member IsSpatial : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsSpatial (typeKind As EdmPrimitiveTypeKind) As Boolean
Parameters
- typeKind
- EdmPrimitiveTypeKind
Type reference.
Returns
This kind refers to a spatial type.
Applies to
IsSpatial(IEdmType)
Returns true if this definition refers to a spatial type.
public static bool IsSpatial (this Microsoft.OData.Edm.IEdmType type);
static member IsSpatial : Microsoft.OData.Edm.IEdmType -> bool
<Extension()>
Public Function IsSpatial (type As IEdmType) As Boolean
Parameters
- type
- IEdmType
Type reference.
Returns
This definition refers to a spatial type.
Applies to
IsSpatial(IEdmTypeReference)
Returns true if this reference refers to a spatial type.
public static bool IsSpatial (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsSpatial : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsSpatial (type As IEdmTypeReference) As Boolean
Parameters
- type
- IEdmTypeReference
Type reference.
Returns
This reference refers to a spatial type.