Aracılığıyla paylaş


SpatialEdmFunctions.GeometryLineFromBinary(DbExpression, DbExpression) Yöntem

Tanım

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

Parametreler

lineWellKnownBinaryValue
DbExpression

Geometri çizgisi değerinin iyi bilinen ikili 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

lineWellKnownBinaryValue coordinateSystemId

lineWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır