다음을 통해 공유


EdmTypeSemantics.IsInt32(IEdmTypeReference) 메서드

정의

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

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

매개 변수

type
IEdmTypeReference

형식 참조입니다.

반환

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

적용 대상