5 references to Value_BOOL
System.Data (5)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (2)
279
value =
Value_BOOL
(); // Boolean
1102
value =
Value_BOOL
();
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
2120
info.isAutoIncrement = binding.
Value_BOOL
();
2126
info.isUnique = binding.
Value_BOOL
();
2132
info.isKeyColumn = binding.
Value_BOOL
();