共用方式為


SqlSpatialServices.GetSpatialTypeName 方法

定義

多載

GetSpatialTypeName(DbGeography)

傳回可指出 DbGeography 指定值之空間型別名稱的值。

GetSpatialTypeName(DbGeometry)

傳回可指出 DbGeometry 指定值之空間型別名稱的值。

GetSpatialTypeName(DbGeography)

傳回可指出 DbGeography 指定值之空間型別名稱的值。

public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function GetSpatialTypeName (geographyValue As DbGeography) As String

參數

geographyValue
DbGeography

地理值。

傳回

DbGeography 指定值之空間型別名稱。

適用於

GetSpatialTypeName(DbGeometry)

傳回可指出 DbGeometry 指定值之空間型別名稱的值。

public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function GetSpatialTypeName (geometryValue As DbGeometry) As String

參數

geometryValue
DbGeometry

幾何值。

傳回

DbGeometry 指定值之空間型別名稱。

適用於