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)

속성 값

Nullable<Double>

점을 나타낼 경우이 DbGeography 값의 위도 좌표입니다. 그렇지 않으면 null 입니다.

적용 대상