Aracılığıyla paylaş


DbSpatialServices.GetLatitude(DbGeography) Yöntem

Tanım

Bir noktayı temsil ediyorsa verilen DbGeography değerin Enlem koordinatını döndürür.

public:
 abstract Nullable<double> GetLatitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLatitude (System.Data.Spatial.DbGeography geographyValue);
abstract member GetLatitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLatitude (geographyValue As DbGeography) As Nullable(Of Double)

Parametreler

geographyValue
DbGeography

Bir noktayı temsil etmemesi gereken coğrafya değeri.

Döndürülenler

Verilen DbGeography değerin Enlem koordinatı.

Özel durumlar

geographyValue

geographyValue

Şunlara uygulanır