SqlBytes.IsNull Propiedad

Definición

Obtiene un valor booleano que indica si es SqlBytes null.

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

Valor de propiedad

true si es SqlBytes null; de lo contrario, false .

Implementaciones

Comentarios

El valor por defecto es false.

Se aplica a

Consulte también