11 references to BSTR
System.Data.OleDb (11)
ColumnBinding.cs (5)
304case NativeDBType.BSTR: 472case NativeDBType.BSTR: 626Debug.Assert((NativeDBType.BSTR == DbType), "Value_BSTR"); 653Debug.Assert((NativeDBType.BSTR == DbType), "Value_BSTR"); 1613case NativeDBType.BSTR:
DbBindings.cs (1)
189case (NativeDBType.BSTR): // ADP.PtrSize
OleDb_Enum.cs (3)
132private static readonly NativeDBType D_BSTR = new NativeDBType(0xff, IntPtr.Size, false, false, OleDbType.BSTR, NativeDBType.BSTR, S_BSTR, typeof(string), NativeDBType.BSTR, DbType.String); // 2 - integer4 (pointer) 362case BSTR:
RowBinding.cs (2)
384case NativeDBType.BSTR: 416case NativeDBType.BSTR: