SpatialEdmFunctions.GeographyFromBinary Yöntem

Tanım

Kurallı 'GeographyFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur.

Aşırı Yüklemeler

GeographyFromBinary(DbExpression)

DbFunctionExpression İkili sonuç türü olması gereken belirtilen bağımsız değişkenle kurallı 'GeographyFromBinary' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Geography'dir.

GeographyFromBinary(DbExpression, DbExpression)

Belirtilen bağımsız değişkenlerle kurallı 'GeographyFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur. wellKnownBinaryValue bir ikili sonuç türüne coordinateSystemId , tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm.Geography'dir.

GeographyFromBinary(DbExpression)

DbFunctionExpression İkili sonuç türü olması gereken belirtilen bağımsız değişkenle kurallı 'GeographyFromBinary' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Geography'dir.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyFromBinary(System::Data::Common::CommandTrees::DbExpression ^ wellKnownBinaryValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromBinary (System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue);
static member GeographyFromBinary : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromBinary (wellKnownBinaryValue As DbExpression) As DbFunctionExpression

Parametreler

wellKnownBinaryValue
DbExpression

Coğrafya değerinin iyi bilinen ikili gösterimini sağlayan ifade.

Döndürülenler

Belirtilen ikili değeri temel alan yeni bir coğrafya değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

wellKnownBinaryValue

wellKnownBinaryValue

Şunlara uygulanır

GeographyFromBinary(DbExpression, DbExpression)

Belirtilen bağımsız değişkenlerle kurallı 'GeographyFromBinary' işlevini çağıran bir DbFunctionExpression oluşturur. wellKnownBinaryValue bir ikili sonuç türüne coordinateSystemId , tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm.Geography'dir.

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

Parametreler

wellKnownBinaryValue
DbExpression

Coğrafya değerinin iyi bilinen ikili gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

Coğrafya değerinin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir coğrafya değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

wellKnownBinaryValue coordinateSystemId

wellKnownBinaryValue coordinateSystemId

Şunlara uygulanır