Share via


DbGeography.IsEmpty Propiedad

Definición

Obtiene un valor booleano que acepta valores NULL que indica si este valor DbGeography está vacío.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Valor de propiedad

true si este valor DbGeography está vacío; si no, false.

Se aplica a