OracleBoolean.IsNull Proprietà

Definizione

Indica se il valore della struttura OracleBoolean è 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 il OracleBoolean valore della struttura è Null; in caso contrario false, .

Si applica a

Vedi anche