SpatialEdmFunctions.IsClosedSpatial(DbExpression) メソッド

定義

指定した引数を使用して正規の 'IsClosedSpatial' 関数を呼び出す DbFunctionExpression を作成します。この関数の結果型は Edm.Geography または Edm.Geometry である必要があります。 結果の型は Edm.Boolean です。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ IsClosedSpatial(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression IsClosedSpatial(this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member IsClosedSpatial : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsClosedSpatial (spatialValue As DbExpression) As DbFunctionExpression

パラメーター

spatialValue
DbExpression

IsClosedSpatial 値の取得元となる空間曲線値を指定する式。

返品

spatialValueが閉じているかどうかを示すブール値、またはspatialValueが曲線でない場合にnullを返す新しい DbFunctionExpression。

例外

spatialValue

spatialValue

適用対象