SqlBoolean.IsTrue 属性

定义

获取一个值,该值指示当前 Value 是否为 True

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

属性值

如果 trueValue,则为 true;否则为 false

注解

如果 为 ValueNull,则此属性仍将为 false

适用于

另请参阅