SqlInt16.IsNull Proprietà

Definizione

Indica se la struttura SqlInt16 è 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 null. In caso contrario, false. Per altre informazioni, vedere Gestione dei valori Null.

Implementazioni

Si applica a

Vedi anche