다음을 통해 공유


EdmTypeSemantics.IsInt16(IEdmTypeReference) 메서드

정의

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

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

매개 변수

type
IEdmTypeReference

형식 참조입니다.

반환

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

적용 대상