SqlBytes.IsNull Proprietà

Definizione

Ottiene un valore booleano che indica se l'oggetto SqlBytes è Null.

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

Valore della proprietà

true se è SqlBytes null; in caso contrario, false .

Implementazioni

Commenti

Il valore predefinito è false.

Si applica a

Vedi anche