DbSpatialServices.GetLongitude(DbGeography) 方法

定义

如果其表示点,则返回给定 DbGeography 值的经度坐标。

public:
 abstract Nullable<double> GetLongitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLongitude (System.Data.Spatial.DbGeography geographyValue);
abstract member GetLongitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLongitude (geographyValue As DbGeography) As Nullable(Of Double)

参数

geographyValue
DbGeography

不需要表示点的地理值。

返回

给定的 DbGeography 值的 Y 坐标。

例外

geographyValue

geographyValue

适用于