Share via


EdmTypeSemantics.IsInt64(IEdmTypeReference) Method

Definition

Returns true if this reference refers to an Int64 type.

public static bool IsInt64 (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsInt64 : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsInt64 (type As IEdmTypeReference) As Boolean

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to an Int64 type.

Applies to