共用方式為


DbGeography.Latitude 屬性

定義

取得此 DbGeography 值的緯度座標 (如果它代表點)。 <>會傳回這個地理位置值的緯度座標值,如果它代表一個點,則為 null;否則為 null。 </返回>

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

屬性值

這個 DbGeography 值的緯度座標。

適用於