DbSpatialServices.GetIsEmpty Método
Definição
Retorna um valor booliano anulável que indica se o valor fornecido é fechado.Returns a nullable Boolean value that whether the given value is closed.
Sobrecargas
| GetIsEmpty(DbGeography) |
Retorna um valor booliano anulável que indica se o valor DbGeography fornecido está vazio.Returns a nullable Boolean value that whether the given DbGeography value is empty. |
| GetIsEmpty(DbGeometry) |
Retorna um valor booliano anulável que indica se o valor DbGeometry fornecido está vazio.Returns a nullable Boolean value that whether the given DbGeometry value is empty. |
GetIsEmpty(DbGeography)
Retorna um valor booliano anulável que indica se o valor DbGeography fornecido está vazio.Returns a nullable Boolean value that whether the given DbGeography value is empty.
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
Parâmetros
- geographyValue
- DbGeography
O valor de geografia.The geography value.
Retornos
true se o valor DbGeography estiver vazio; caso contrário, false.true if the given DbGeography value is empty; otherwise, false.
Aplica-se a
GetIsEmpty(DbGeometry)
Retorna um valor booliano anulável que indica se o valor DbGeometry fornecido está vazio.Returns a nullable Boolean value that whether the given DbGeometry value is empty.
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
Parâmetros
- geometryValue
- DbGeometry
O valor de geometria.The geometry value.
Retornos
true se o valor DbGeometry estiver vazio; caso contrário, false.true if the given DbGeometry value is empty; otherwise, false.