DbExpression.FromGeography(DbGeography) メソッド

定義

指定された 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 値。

戻り値

指定された DbGeography 値を表す DbExpression

適用対象