次の方法で共有


DbExpression.FromGeography(DbGeography) メソッド

定義

指定された DbExpression 値を表す DbGeography を作成します (null が可能です)。

public static System.Data.Entity.Core.Common.CommandTrees.DbExpression FromGeography(System.Data.Entity.Spatial.DbGeography value);
static member FromGeography : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Function FromGeography (value As DbGeography) As DbExpression

パラメーター

value
DbGeography

取得する式の DbGeography 値。

戻り値

指定された DbGeography 値を表す DbExpression

適用対象