DbSpatialServices.GetIsEmpty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.