4 references to Binary
System.Data (4)
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
158
static private readonly NativeDBType D_Binary = new NativeDBType(0xff, -1, true, false, OleDbType.
Binary
, NativeDBType.BYTES, S_BINARY, typeof(System.Byte[]), NativeDBType.BYTES, DbType.Binary ); // 0
272
case OleDbType.
Binary
: return D_Binary; // 128
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
250
parameter.OleDbType = OleDbType.
Binary
;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
601
case OleDbType.
Binary
: