SqlInt64.IsNull Proprietà

Definizione

Ottiene un valore booleano che indica se questa SqlInt64 struttura è 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.

Implementazioni

Commenti

Per altre informazioni, vedere Gestione dei valori Null.

Si applica a

Vedi anche