Partager via


EdmCoreModel.GetSpatial Méthode

Définition

Surcharges

GetSpatial(EdmPrimitiveTypeKind, Nullable<Int32>, Boolean)

Obtient une référence à une définition de type primitif spatial.

GetSpatial(EdmPrimitiveTypeKind, Boolean)

Obtient une référence à une définition de type primitif spatial.

GetSpatial(EdmPrimitiveTypeKind, Nullable<Int32>, Boolean)

Obtient une référence à une définition de type primitif spatial.

public Microsoft.OData.Edm.IEdmSpatialTypeReference GetSpatial (Microsoft.OData.Edm.EdmPrimitiveTypeKind kind, int? spatialReferenceIdentifier, bool isNullable);
member this.GetSpatial : Microsoft.OData.Edm.EdmPrimitiveTypeKind * Nullable<int> * bool -> Microsoft.OData.Edm.IEdmSpatialTypeReference
Public Function GetSpatial (kind As EdmPrimitiveTypeKind, spatialReferenceIdentifier As Nullable(Of Integer), isNullable As Boolean) As IEdmSpatialTypeReference

Paramètres

kind
EdmPrimitiveTypeKind

Type primitif de la référence de type en cours de création.

spatialReferenceIdentifier
Nullable<Int32>

Identificateur de référence spatiale pour le type spatial en cours de création.

isNullable
Boolean

Indicateur spécifiant si le type référencé doit être nullable.

Retours

Nouvelle référence de type spatial.

S’applique à

GetSpatial(EdmPrimitiveTypeKind, Boolean)

Obtient une référence à une définition de type primitif spatial.

public Microsoft.OData.Edm.IEdmSpatialTypeReference GetSpatial (Microsoft.OData.Edm.EdmPrimitiveTypeKind kind, bool isNullable);
member this.GetSpatial : Microsoft.OData.Edm.EdmPrimitiveTypeKind * bool -> Microsoft.OData.Edm.IEdmSpatialTypeReference
Public Function GetSpatial (kind As EdmPrimitiveTypeKind, isNullable As Boolean) As IEdmSpatialTypeReference

Paramètres

kind
EdmPrimitiveTypeKind

Type primitif de la référence de type en cours de création.

isNullable
Boolean

Indicateur spécifiant si le type référencé doit être nullable.

Retours

Nouvelle référence de type spatial.

S’applique à