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 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
.