Aracılığıyla paylaş


SpatialEdmFunctions.GeometryLineFromText(DbExpression, DbExpression) Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryLineFromText' 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.Geometry'dir.

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

Parametreler

lineWellKnownText
DbExpression

Geometri çizgisi değerinin iyi bilinen metin gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

Geometri çizgisi değerinin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir geometri çizgisi değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

lineWellKnownText coordinateSystemId

lineWellKnownText coordinateSystemId

Şunlara uygulanır