SpatialEdmFunctions.GeographyFromGml Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kurallı 'GeographyFromGml' işlevini çağıran bir DbFunctionExpression oluşturur.
Aşırı Yüklemeler
GeographyFromGml(DbExpression) |
DbFunctionExpression Dize sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'GeographyFromGml' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Geography'dir. |
GeographyFromGml(DbExpression, DbExpression) |
Belirtilen bağımsız değişkenlerle kurallı 'GeographyFromGml' işlevini çağıran bir DbFunctionExpression oluşturur. |
GeographyFromGml(DbExpression)
DbFunctionExpression Dize sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'GeographyFromGml' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Geography'dir.
public:
static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyFromGml(System::Data::Common::CommandTrees::DbExpression ^ geographyMarkup);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Common.CommandTrees.DbExpression geographyMarkup);
static member GeographyFromGml : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression) As DbFunctionExpression
Parametreler
- geographyMarkup
- DbExpression
Coğrafya değerinin Coğrafya İşaretlemeyi Dili (GML) gösterimini sağlayan ifade.
Döndürülenler
Temel alınan sağlayıcının varsayılan koordinat sistemi kimliğine (SRID) sahip belirtilen değere göre yeni bir coğrafya değeri döndüren yeni bir DbFunctionExpression.
Özel durumlar
geographyMarkup
geographyMarkup
Şunlara uygulanır
GeographyFromGml(DbExpression, DbExpression)
Belirtilen bağımsız değişkenlerle kurallı 'GeographyFromGml' işlevini çağıran bir DbFunctionExpression oluşturur. geographyMarkup
dize 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 ^ GeographyFromGml(System::Data::Common::CommandTrees::DbExpression ^ geographyMarkup, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyFromGml : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyFromGml (geographyMarkup As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Parametreler
- geographyMarkup
- DbExpression
Coğrafya değerinin Coğrafya İşaretlemeyi Dili (GML) 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
geographyMarkup
coordinateSystemId
geographyMarkup
coordinateSystemId