SpatialEdmFunctions.GeographyLineFromText(DbExpression, DbExpression) Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeographyLineFromText' işlevini çağıran bir DbFunctionExpression oluşturur. lineWellKnownText dize sonuç türüne coordinateSystemId , tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm.Geography'dır.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyLineFromText(System::Data::Common::CommandTrees::DbExpression ^ lineWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyLineFromText(System.Data.Common.CommandTrees.DbExpression lineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyLineFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyLineFromText (lineWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

lineWellKnownText
DbExpression

Coğrafya satırı değerinin iyi bilinen metin gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

Coğrafya çizgisi değerinin koordinat sisteminin koordinat sistem kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir coğrafya çizgi değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

lineWellKnownText coordinateSystemId

lineWellKnownText coordinateSystemId

Şunlara uygulanır