25 references to BYREF
System.Data (25)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (15)
338
case (NativeDBType.
BYREF
| NativeDBType.BYTES):
341
case (NativeDBType.
BYREF
| NativeDBType.WSTR):
370
case (NativeDBType.
BYREF
| NativeDBType.BYTES):
373
case (NativeDBType.
BYREF
| NativeDBType.WSTR):
522
case (NativeDBType.
BYREF
| NativeDBType.BYTES):
525
case (NativeDBType.
BYREF
| NativeDBType.WSTR):
599
Debug.Assert(((NativeDBType.
BYREF
| NativeDBType.BYTES) == DbType), "Value_ByRefBYTES");
622
Debug.Assert((NativeDBType.
BYREF
| NativeDBType.BYTES) == DbType, "Value_ByRefBYTES");
640
Debug.Assert((NativeDBType.
BYREF
| NativeDBType.WSTR) == DbType, "Value_ByRefWSTR");
663
Debug.Assert((NativeDBType.
BYREF
| NativeDBType.WSTR) == DbType, "Value_ByRefWSTR");
680
Debug.Assert((NativeDBType.
BYREF
| NativeDBType.WSTR) == DbType, "Value_ByRefWSTR");
1129
case (NativeDBType.
BYREF
| NativeDBType.BYTES):
1141
case (NativeDBType.
BYREF
| NativeDBType.BYTES):
1423
case (NativeDBType.
BYREF
| NativeDBType.WSTR):
1435
case (NativeDBType.
BYREF
| NativeDBType.WSTR):
fx\src\data\System\Data\OleDb\DBBindings.cs (2)
177
case (NativeDBType.
BYREF
| NativeDBType.BYTES): // ADP.PtrSize
178
case (NativeDBType.
BYREF
| NativeDBType.WSTR): // ADP.PtrSize
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (3)
1454
getType = (short)((ushort) getType | (ushort) NativeDBType.
BYREF
);
1469
getType = (short)((ushort) getType | (ushort)NativeDBType.
BYREF
);
1486
getType = (short)((ushort) getType | (ushort)NativeDBType.
BYREF
);
fx\src\data\System\Data\OleDb\OleDbParameter.cs (3)
311
wtype |= NativeDBType.
BYREF
;
346
wtype |= NativeDBType.
BYREF
;
361
wtype |= NativeDBType.
BYREF
;
fx\src\data\System\Data\OleDb\RowBinding.cs (2)
362
case (NativeDBType.
BYREF
| NativeDBType.BYTES):
363
case (NativeDBType.
BYREF
| NativeDBType.WSTR):