Share via


DbExpression.FromGeometry(DbGeometry) メソッド

定義

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

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

パラメーター

value
DbGeometry

取得する式の DbGeometry 値。

戻り値

指定された DbGeometry 値を表す DbExpression

適用対象