Compartir a través de


ExtensionMethods.GetUInt32(EdmModel, String, Boolean) Método

Definición

Obtiene la referencia de tipo a la definición de tipo UInt32 predeterminada. El tipo subyacente predeterminado es Microsoft.OData.Edm.PrimitiveValueConverterConstants.DefaultUInt32UnderlyingType. Si el usuario ya ha definido su propio UInt32, este método no definirá nada y simplemente devolverá la referencia de tipo.

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

Parámetros

model
EdmModel

Modelo implicado

namespaceName
String

Nombre del espacio de nombres donde reside la definición de tipo.

isNullable
Boolean

Indica si la referencia de definición de tipo acepta valores NULL.

Devoluciones

Referencia de tipo que acepta valores NULL a la definición de tipo UInt32.

Se aplica a