SpatialEdmFunctions.Longitude(DbExpression) Yöntem

Tanım

DbFunctionExpression Edm.Geography sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'Longitude' 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 ^ Longitude(System::Data::Common::CommandTrees::DbExpression ^ geographyValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Longitude(this System.Data.Common.CommandTrees.DbExpression geographyValue);
static member Longitude : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Longitude (geographyValue As DbExpression) As DbFunctionExpression

Parametreler

geographyValue
DbExpression

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

Döndürülenler

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

Özel durumlar

geographyValue

geographyValue

Şunlara uygulanır