SqlBinary.IsNull Proprietà

Definizione

Indica se questa SqlBinary struttura è Null. Questa proprietà è di sola lettura.

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 ; in nullcaso contrario, false.

Implementazioni

Commenti

Per altre informazioni, vedere Gestione dei valori Null.

Si applica a

Vedi anche