4 references to WriteByte
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (2)
224
WriteByte
(offset, (Byte)value);
252
WriteByte
(offset, (Byte)(((bool)value) ? 1 : 0));
fx\src\data\System\Data\OleDb\ColumnBinding.cs (2)
862
RowBinding.
WriteByte
(ValueOffset, unchecked((Byte) value));
1013
RowBinding.
WriteByte
(ValueOffset, value);