SqlInt64.IsNull Proprietà

Definizione

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