Condividi tramite


SqlSpatialServices.GetIsEmpty Metodo

Definizione

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 override bool GetIsEmpty (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetIsEmpty : System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides Function GetIsEmpty (geographyValue As DbGeography) As Boolean

Parametri

geographyValue
DbGeography

Valore di geografia.

Restituisce

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 DbGeometry specificato è vuoto.

public override bool GetIsEmpty (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsEmpty : System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function GetIsEmpty (geometryValue As DbGeometry) As Boolean

Parametri

geometryValue
DbGeometry

Valore di geometria.

Restituisce

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

Si applica a