Condividi tramite


Metodo EdmCoreModel.GetInt32

Ottiene un riferimento a un tipo Int32.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Function GetInt32 ( _
    isNullable As Boolean _
) As IEdmPrimitiveTypeReference
'Utilizzo
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmPrimitiveTypeReference

returnValue = instance.GetInt32(isNullable)
public IEdmPrimitiveTypeReference GetInt32(
    bool isNullable
)
public:
IEdmPrimitiveTypeReference^ GetInt32(
    bool isNullable
)
member GetInt32 : 
        isNullable:bool -> IEdmPrimitiveTypeReference 
public function GetInt32(
    isNullable : boolean
) : IEdmPrimitiveTypeReference

Parametri

  • isNullable
    Tipo: System.Boolean
    true per indicare che il tipo a cui viene fatto riferimento deve ammettere i valori Null; in caso contrario, false.

Valore restituito

Tipo: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Riferimento a un tipo Int32.

Vedere anche

Riferimento

EdmCoreModel Classe

Spazio dei nomi Microsoft.Data.Edm.Library