SpatialEdmFunctions.GeographyFromGml Yöntem

Tanım

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. 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.

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.

C#
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Common.CommandTrees.DbExpression geographyMarkup);

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

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

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.

C#
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml (System.Data.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);

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

Şunlara uygulanır

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1