SpatialEdmFunctions.IsClosedSpatial(DbExpression) Yöntem

Tanım

DbFunctionExpression Edm.Geography veya Edm.Geometry sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'IsClosedSpatial' işlevini çağıran bir oluşturur. Sonuç türü Edm.Boole değeridir.

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

Parametreler

spatialValue
DbExpression

IsClosedSpatial değerinin alınması gereken uzamsal eğri değerini belirten ifade.

Döndürülenler

Kapalı olup olmadığını veya nullspatialValue eğri olmadığını spatialValue belirten bir Boole değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

spatialValue

spatialValue

Şunlara uygulanır