次の方法で共有


DbGeography.Longitude プロパティ

定義

この 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)

プロパティ値

ポイントを表す場合は、この geography 値の経度座標値。それ以外の場合は null

適用対象