SqlBoolean.IsTrue Proprietà

Definizione

Ottiene un valore che indica se Value è 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

Value Se è Null, questa proprietà sarà falseancora .

Si applica a

Vedi anche