다음을 통해 공유


EdmTypeSemantics.IsInt64(IEdmTypeReference) 메서드

정의

이 참조가 Int64 형식을 참조하는 경우 true를 반환합니다.

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

매개 변수

type
IEdmTypeReference

형식 참조입니다.

반환

이 참조는 Int64 형식을 참조합니다.

적용 대상