Condividi tramite


DbSpatialServices.GetIsEmpty Metodo

Definizione

Restituisce un valore Boolean nullable che indica se il valore specificato è chiuso.

Overload

GetIsEmpty(DbGeography)

Restituisce un valore booleano nullable che indica se il valore DbGeography specificato è vuoto.

GetIsEmpty(DbGeometry)

Restituisce un valore booleano nullable che indica se il valore DbGeometry specificato è vuoto.

GetIsEmpty(DbGeography)

Restituisce un valore booleano nullable che indica se il valore DbGeography specificato è vuoto.

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

Parametri

geographyValue
DbGeography

Valore di geografia.

Restituisce

true se il valore DbGeography specificato è vuoto; in caso contrario, false.

Si applica a

GetIsEmpty(DbGeometry)

Restituisce un valore booleano nullable che indica se il valore DbGeometry specificato è vuoto.

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

Parametri

geometryValue
DbGeometry

Valore di geometria.

Restituisce

true se il valore DbGeometry specificato è vuoto; in caso contrario, false.

Si applica a