OracleBoolean.IsTrue Proprietà

Definizione

Indica se la proprietà Value corrente è True.

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

Valore della proprietà

true se Value è true; in caso contrario, false.

Commenti

Se è ValueNull, questa proprietà è falseancora .

Si applica a

Vedi anche