SqlBoolean.IsTrue Propriedade
Definição
public:
property bool IsTrue { bool get(); };
public bool IsTrue { get; }
member this.IsTrue : bool
Public ReadOnly Property IsTrue As Boolean
Valor da propriedade
true
se Value
é true
; caso contrário, false
.true
if Value
is true
; otherwise, false
.
Comentários
Se Value for Null , essa propriedade ainda será false
.If the Value is Null, this property still will be false
.