SqlInt32.IsNull Proprietà

Definizione

Indica se la struttura SqlInt32 è Null.

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

Valore della proprietà

Questa proprietà è true se Value è null. In caso contrario, false.

Implementazioni

Commenti

Per altre informazioni, vedere Gestione dei valori Null.

Si applica a

Vedi anche