SqlBoolean.IsTrue Proprietà

Definizione

Ottiene un valore che indica se l'oggetto corrente 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à

truese è Value; in true caso contrario, false.

Commenti

Se è ValueNull, questa proprietà sarà falseancora .

Si applica a

Vedi anche