DbExpression.FromGeography(DbGeography) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 DbExpression,表示指定的 DbGeography 值,可以为 null。
public:
static System::Data::Common::CommandTrees::DbExpression ^ FromGeography(System::Data::Spatial::DbGeography ^ value);
public static System.Data.Common.CommandTrees.DbExpression FromGeography (System.Data.Spatial.DbGeography value);
static member FromGeography : System.Data.Spatial.DbGeography -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromGeography (value As DbGeography) As DbExpression
参数
- value
- DbGeography
返回的表达式应基于 DbGeography 值。
返回
一个 DbExpression,表示指定的 DbGeography 值。