DbGeography.Latitude 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果该 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
。