SpatialEdmFunctions.GeographyLineFromBinary Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeographyLineFromBinary' 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.Geography'dır.

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

Parametreler

lineWellKnownBinaryValue
DbExpression

Coğrafya çizgi değerinin iyi bilinen ikili 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

lineWellKnownBinaryValue coordinateSystemId

lineWellKnownBinaryValue coordinateSystemId

Şunlara uygulanır