DbSpatialServices.GetIsEmpty Metodo

Definizione

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

Overload

Nome Descrizione
GetIsEmpty(DbGeography)

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

GetIsEmpty(DbGeometry)

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

GetIsEmpty(DbGeography)

Restituisce un valore booleano nullable che indica se il valore specificato DbGeography è 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 geography.

Valori restituiti

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

Si applica a

GetIsEmpty(DbGeometry)

Restituisce un valore booleano nullable che indica se il valore specificato DbGeometry è 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 geometry.

Valori restituiti

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

Si applica a