DbExpression.FromGeography(DbGeography) 方法

定義

建立 DbExpression 一個代表指定 DbGeography 值的 ,該值可能是空值。

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 A 代表指定的 DbGeography 值。

適用於