SqlBoolean.Value 屬性
定義
取得 SqlBoolean 結構的值。Gets the SqlBoolean structure's value. 這個屬性是唯讀的。This property is read-only.
public:
property bool Value { bool get(); };
public bool Value { get; }
member this.Value : bool
Public ReadOnly Property Value As Boolean
屬性值
如果 SqlBoolean 是 True,則為 true
,否則為 false
。true
if the SqlBoolean is True; otherwise, false
.
例外狀況
此屬性設定為 null。The property is set to null.