SqlBytes.IsNull Proprietà

Definizione

Ottiene un valore Boolean che indica se questo 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 l'oggetto SqlBytes è null, false in caso contrario.

Implementazioni

Commenti

Il valore predefinito è false.

Si applica a

Vedi anche