Partager via


ExtensionMethods.GetUInt64(EdmModel, String, Boolean) Méthode

Définition

Obtenez une référence de type à la définition de type UInt64 par défaut. Le type sous-jacent par défaut est Microsoft.OData.Edm.PrimitiveValueConverterConstants.DefaultUInt64UnderlyingType. Si l’utilisateur a déjà défini son propre UInt64, cette méthode ne définit rien et retourne simplement la référence de type.

public static Microsoft.OData.Edm.IEdmTypeDefinitionReference GetUInt64 (this Microsoft.OData.Edm.EdmModel model, string namespaceName, bool isNullable);
static member GetUInt64 : Microsoft.OData.Edm.EdmModel * string * bool -> Microsoft.OData.Edm.IEdmTypeDefinitionReference
<Extension()>
Public Function GetUInt64 (model As EdmModel, namespaceName As String, isNullable As Boolean) As IEdmTypeDefinitionReference

Paramètres

model
EdmModel

Modèle impliqué

namespaceName
String

Nom de l’espace de noms où réside la définition de type.

isNullable
Boolean

Indiquez si la référence de définition de type est nullable.

Retours

Référence de type nullable à la définition de type UInt64.

S’applique à