EdmCoreModel.GetInt64 Method
Gets a reference to an Int64 type.
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
Parameters
- isNullable
Type: System.Boolean
true to indicate that the referenced type should be nullable; otherwise, false.
Return Value
Type: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
An Int64 type reference.