다음을 통해 공유


EdmTypeSemantics.IsGeometry 메서드

정의

오버로드

IsGeometry(EdmPrimitiveTypeKind)

이 형식 종류가 기하 도형 형식을 나타내는 경우 true를 반환합니다.

IsGeometry(IEdmType)

이 정의가 기하 도형 형식을 참조하는 경우 true를 반환합니다.

IsGeometry(IEdmTypeReference)

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

IsGeometry(EdmPrimitiveTypeKind)

이 형식 종류가 기하 도형 형식을 나타내는 경우 true를 반환합니다.

public static bool IsGeometry (this Microsoft.OData.Edm.EdmPrimitiveTypeKind typeKind);
static member IsGeometry : Microsoft.OData.Edm.EdmPrimitiveTypeKind -> bool
<Extension()>
Public Function IsGeometry (typeKind As EdmPrimitiveTypeKind) As Boolean

매개 변수

typeKind
EdmPrimitiveTypeKind

형식 참조입니다.

반환

이 종류는 기하 도형 형식을 나타냅니다.

적용 대상

IsGeometry(IEdmType)

이 정의가 기하 도형 형식을 참조하는 경우 true를 반환합니다.

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

매개 변수

type
IEdmType

형식 참조입니다.

반환

이 정의는 기하 도형 형식을 참조합니다.

적용 대상

IsGeometry(IEdmTypeReference)

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

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

매개 변수

type
IEdmTypeReference

형식 참조입니다.

반환

이 참조는 기하 도형 형식을 참조합니다.

적용 대상