DbSpatialServices.GetIsEmpty Methode

Definitie

Retourneert een booleaanse waarde die null-waarde retourneert die bepaalt of de opgegeven waarde wordt gesloten.

Overloads

Name Description
GetIsEmpty(DbGeography)

Retourneert een booleaanse waarde die nullable is of de opgegeven DbGeography waarde leeg is.

GetIsEmpty(DbGeometry)

Retourneert een booleaanse waarde die nullable is of de opgegeven DbGeometry waarde leeg is.

GetIsEmpty(DbGeography)

Retourneert een booleaanse waarde die nullable is of de opgegeven DbGeography waarde leeg is.

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

Parameters

geographyValue
DbGeography

De geografische waarde.

Retouren

true als de opgegeven DbGeography waarde leeg is; falseanders .

Van toepassing op

GetIsEmpty(DbGeometry)

Retourneert een booleaanse waarde die nullable is of de opgegeven DbGeometry waarde leeg is.

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

Parameters

geometryValue
DbGeometry

De geometriewaarde.

Retouren

true als de opgegeven DbGeometry waarde leeg is; falseanders .

Van toepassing op