Partager via


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

Définition

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

public static Microsoft.OData.Edm.IEdmTypeDefinitionReference GetUInt16 (this Microsoft.OData.Edm.EdmModel model, string namespaceName, bool isNullable);
static member GetUInt16 : Microsoft.OData.Edm.EdmModel * string * bool -> Microsoft.OData.Edm.IEdmTypeDefinitionReference
<Extension()>
Public Function GetUInt16 (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 UInt16.

S’applique à