DbGeography.Latitude 属性

定义

获取此 DbGeography 值的纬度坐标(如果表示点)。

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)

属性值

此 DbGeography 值的纬度坐标(如果表示点);否则,为 null.

适用于