SpatialEdmFunctions.Latitude(DbExpression) Yöntem

Tanım

DbFunctionExpression Edm.Geography sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'Latitude' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Double'dır.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ Latitude(System::Data::Common::CommandTrees::DbExpression ^ geographyValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Latitude (this System.Data.Common.CommandTrees.DbExpression geographyValue);
static member Latitude : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Latitude (geographyValue As DbExpression) As DbFunctionExpression

Parametreler

geographyValue
DbExpression

Enlem değerinin alınması gereken coğrafya noktası değerini belirten ifade.

Döndürülenler

Enlem değerini geographyValue döndüren veya null nokta değilse geographyValue yeni bir DbFunctionExpression.

Özel durumlar

geographyValue

geographyValue

Şunlara uygulanır