Aracılığıyla paylaş


SpatialEdmFunctions.GeometryPointFromText(DbExpression, DbExpression) Yöntem

Tanım

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

Parametreler

pointWellKnownText
DbExpression

Geometri noktası değerinin iyi bilinen metin gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

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

Döndürülenler

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

Özel durumlar

pointWellKnownText coordinateSystemId

pointWellKnownText coordinateSystemId

Şunlara uygulanır