SqlBoolean.IsTrue Property

Definition

Gets a value that indicates whether the current Value is True.

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

Property Value

true if Value is true; otherwise, false.

Remarks

If the Value is Null, this property still will be false.

Applies to

See also