Aracılığıyla paylaş


DbSpatialServices.GetIsEmpty Yöntem

Tanım

Verilen değerin kapalı olup olmadığını belirten null atanabilir bir Boole değeri döndürür.

Aşırı Yüklemeler

GetIsEmpty(DbGeography)

Verilen DbGeography değerin boş olup olmadığını belirten null atanabilir bir Boole değeri döndürür.

GetIsEmpty(DbGeometry)

Verilen DbGeometry değerin boş olup olmadığını belirten null atanabilir bir Boole değeri döndürür.

GetIsEmpty(DbGeography)

Verilen DbGeography değerin boş olup olmadığını belirten null atanabilir bir Boole değeri döndürür.

public:
 abstract bool GetIsEmpty(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract bool GetIsEmpty (System.Data.Spatial.DbGeography geographyValue);
abstract member GetIsEmpty : System.Data.Spatial.DbGeography -> bool
Public MustOverride Function GetIsEmpty (geographyValue As DbGeography) As Boolean

Parametreler

geographyValue
DbGeography

Coğrafya değeri.

Döndürülenler

true verilen DbGeography değer boşsa; değilse, false.

Şunlara uygulanır

GetIsEmpty(DbGeometry)

Verilen DbGeometry değerin boş olup olmadığını belirten null atanabilir bir Boole değeri döndürür.

public:
 abstract bool GetIsEmpty(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract bool GetIsEmpty (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetIsEmpty : System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function GetIsEmpty (geometryValue As DbGeometry) As Boolean

Parametreler

geometryValue
DbGeometry

Geometri değeri.

Döndürülenler

true verilen DbGeometry değer boşsa; değilse, false.

Şunlara uygulanır