Méthode EdmCoreModel.GetSpatial (EdmPrimitiveTypeKind, Boolean)
Obtient une référence à un type spatial.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Function GetSpatial ( _
kind As EdmPrimitiveTypeKind, _
isNullable As Boolean _
) As IEdmSpatialTypeReference
'Utilisation
Dim instance As EdmCoreModel
Dim kind As EdmPrimitiveTypeKind
Dim isNullable As Boolean
Dim returnValue As IEdmSpatialTypeReference
returnValue = instance.GetSpatial(kind, _
isNullable)
public IEdmSpatialTypeReference GetSpatial(
EdmPrimitiveTypeKind kind,
bool isNullable
)
public:
IEdmSpatialTypeReference^ GetSpatial(
EdmPrimitiveTypeKind kind,
bool isNullable
)
member GetSpatial :
kind:EdmPrimitiveTypeKind *
isNullable:bool -> IEdmSpatialTypeReference
public function GetSpatial(
kind : EdmPrimitiveTypeKind,
isNullable : boolean
) : IEdmSpatialTypeReference
Paramètres
- kind
Type : Microsoft.Data.Edm.EdmPrimitiveTypeKind
Type de ce type.
- isNullable
Type : System.Boolean
true pour indiquer que le type référencé doit être Nullable ; sinon, false.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmSpatialTypeReference
Référence de type spatial.