DbGeography.Longitude 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果该 DbGeography 值表示一个点,则获取它的经度坐标。
public:
property Nullable<double> Longitude { Nullable<double> get(); };
public double? Longitude { get; }
member this.Longitude : Nullable<double>
Public ReadOnly Property Longitude As Nullable(Of Double)
属性值
此地理值的经度坐标值(如果它表示一个点);否则为 null
。
适用于