DbGeography.Latitude 属性

定义

如果该 DbGeography 值表示一个点,则获取它的纬度坐标。Gets the Latitude coordinate of this DbGeography value, if it represents a point. <returns>如果它表示一个点,则为此地理位置值的纬度坐标;否则为 null。</returns><returns>The Latitude coordinate value of this geography value, if it represents a point; otherwise null.</returns>

public:
 property Nullable<double> Latitude { Nullable<double> get(); };
public double? Latitude { get; }
member this.Latitude : Nullable<double>
Public ReadOnly Property Latitude As Nullable(Of Double)

属性值

Nullable<Double>

该 DbGeography 值 的 Y 坐标。The Latitude coordinate of this DbGeography value.

适用于