SpatialEdmFunctions.GeometryMultiLineFromText Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeometryMultiLineFromText' işlevini çağıran bir DbFunctionExpression oluşturur. multiLineWellKnownText 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 ^ GeometryMultiLineFromText(System::Data::Common::CommandTrees::DbExpression ^ multiLineWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiLineFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiLineFromText (multiLineWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

multiLineWellKnownText
DbExpression

Geometri çok satırlı değerin iyi bilinen metin gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

Geometri çok satırlı değerin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir geometri çok satırlı değer döndüren yeni bir DbFunctionExpression.

Özel durumlar

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Şunlara uygulanır