Delen via


EdmCoreModel.GetInt64(Boolean) Method

Definition

Gets a reference to the Int64 primitive type definition.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetInt64 (bool isNullable);
member this.GetInt64 : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetInt64 (isNullable As Boolean) As IEdmPrimitiveTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new primitive type reference.

Applies to