Sdílet prostřednictvím


ExtensionMethods.GetUInt32(EdmModel, String, Boolean) Metoda

Definice

Získejte odkaz na typ na výchozí definici typu UInt32. Výchozí základní typ je Microsoft.OData.Edm.PrimitiveValueConverterConstants.DefaultUInt32UnderlyingType. Pokud uživatel již definoval vlastní UInt32, tato metoda nic nedefinuje a jednoduše vrátí odkaz na typ.

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

Parametry

model
EdmModel

Model, který se týká

namespaceName
String

Název oboru názvů, ve kterém se nachází definice typu.

isNullable
Boolean

Určuje, jestli je odkaz na definici typu null.

Návraty

Odkaz typu s možnou hodnotou null na definici typu UInt32.

Platí pro