DbExpression.FromGeography(DbGeography) メソッド

定義

指定したDbGeography値 (null) を表すDbExpressionを作成します。

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

適用対象