Méthode EdmCoreModel.GetPrimitive
Obtient une référence à un type primitif.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Function GetPrimitive ( _
kind As EdmPrimitiveTypeKind, _
isNullable As Boolean _
) As IEdmPrimitiveTypeReference
'Utilisation
Dim instance As EdmCoreModel
Dim kind As EdmPrimitiveTypeKind
Dim isNullable As Boolean
Dim returnValue As IEdmPrimitiveTypeReference
returnValue = instance.GetPrimitive(kind, _
isNullable)
public IEdmPrimitiveTypeReference GetPrimitive(
EdmPrimitiveTypeKind kind,
bool isNullable
)
public:
IEdmPrimitiveTypeReference^ GetPrimitive(
EdmPrimitiveTypeKind kind,
bool isNullable
)
member GetPrimitive :
kind:EdmPrimitiveTypeKind *
isNullable:bool -> IEdmPrimitiveTypeReference
public function GetPrimitive(
kind : EdmPrimitiveTypeKind,
isNullable : boolean
) : IEdmPrimitiveTypeReference
Paramètres
- kind
Type : Microsoft.Data.Edm.EdmPrimitiveTypeKind
Type du type primitif.
- 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.IEdmPrimitiveTypeReference
Référence de type primitif.