SqlXml.IsNull Propiedad

Definición

Indica si esta instancia representa un valor null de SqlXml.

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

Valor de propiedad

Es true si Value es null. En caso contrario, es false.

Implementaciones

Se aplica a

Consulte también