Condividi tramite


Proprietà DbGeography.IsEmpty

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore booleano che ammette i valori Null che indica se questo valore DbGeography è vuoto.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Utilizzo
Dim instance As DbGeography 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

Valore proprietà

Tipo: System.Boolean
True se questo valore DbGeography è vuoto. In caso contrario, false.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial