Sdílet prostřednictvím


ExtensionMethods.GetUInt64(EdmModel, String, Boolean) Metoda

Definice

Získejte odkaz na typ výchozí definice typu UInt64. Výchozí typ je Microsoft.OData.Edm.PrimitiveValueConverterConstants.DefaultUInt64UnderlyingType. Pokud uživatel již definoval vlastní UInt64, tato metoda nebude definovat nic a jednoduše vrátí typ odkaz.

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

Parametry

model
EdmModel

Model, o který se jedná

namespaceName
String

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

isNullable
Boolean

Určuje, jestli odkaz na definici typu může být null.

Návraty

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

Platí pro