SpatialEdmFunctions.GeographyFromGml 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 DbFunctionExpression,它调用规范 'GeographyFromGml' 函数。
重载
GeographyFromGml(DbExpression) |
创建一个 DbFunctionExpression,它使用指定的参数(该参数必须具有字符串结果类型)调用规范 'GeographyFromGml'函数。 表达式的结果类型为 Edm.Geography。 |
GeographyFromGml(DbExpression, DbExpression) |
创建使用指定参数调用规范“GeographyFromGml”函数的 DbFunctionExpression。 |
GeographyFromGml(DbExpression)
创建一个 DbFunctionExpression,它使用指定的参数(该参数必须具有字符串结果类型)调用规范 'GeographyFromGml'函数。 表达式的结果类型为 Edm.Geography。
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
参数
- geographyMarkup
- DbExpression
提供地理值的地理标记语言 (GML) 表示形式的表达式。
返回
新 DbFunctionExpression 基于具有基础提供程序的默认坐标系统 ID (SRID) 的指定值,返回新的地理值。
例外
geographyMarkup
geographyMarkup
适用于
GeographyFromGml(DbExpression, DbExpression)
创建使用指定参数调用规范“GeographyFromGml”函数的 DbFunctionExpression。 geographyMarkup
的结果类型必须是字符串类型,而 coordinateSystemId
的必须是整数数值类型。 表达式的结果类型为 Edm.Geography。
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
参数
- geographyMarkup
- DbExpression
提供地理值的地理标记语言 (GML) 表示形式的表达式。
- coordinateSystemId
- DbExpression
提供地理值的坐标系统的坐标系统 ID (SRID) 的表达式。
返回
新 DbFunctionExpression 基于指定的值返回新的地理值。
例外
geographyMarkup
coordinateSystemId
geographyMarkup
coordinateSystemId