Freigeben über


EdmCoreModel.GetInt64-Methode

Ruft einen Verweis auf einen Int64-Typ ab.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Function GetInt64 ( _
    isNullable As Boolean _
) As IEdmPrimitiveTypeReference
'Usage
Dim instance As EdmCoreModel
Dim isNullable As Boolean
Dim returnValue As IEdmPrimitiveTypeReference

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

Parameter

  • isNullable
    Typ: System.Boolean
    true , um anzugeben, dass der referenzierte Typ NULL-Werte zulassen soll, andernfalls false.

Rückgabewert

Typ: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Ein Int64-Typverweis.

Siehe auch

Verweis

EdmCoreModel Klasse

Microsoft.Data.Edm.Library-Namespace