SpatialEdmFunctions.IsEmptySpatial(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ı 'IsEmptySpatial' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Boole değeridir.

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

Parametreler

spatialValue
DbExpression

IsEmptySpatial değerinin alınması gereken uzamsal değeri belirten bir ifade.

Döndürülenler

Boş olup olmadığını spatialValue belirten bir Boole değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

spatialValue

spatialValue

Şunlara uygulanır