1 write to _dbcolumns
System.Data (1)
fx\src\data\System\Data\OleDb\DBBindings.cs (1)
50
_dbcolumns
= new tagDBCOLUMNACCESS[count];
7 references to _dbcolumns
System.Data (7)
fx\src\data\System\Data\OleDb\DBBindings.cs (7)
69
get { return
_dbcolumns
; }
189
_dbcolumns
[_index].cbMaxLen = (IntPtr)value;
196
_dbcolumns
[_index].wType = (short) value;
209
_dbcolumns
[_index].bPrecision = value;
221
_dbcolumns
[_index].bScale = value;
237
Debug.Assert(columnBindings.Length ==
_dbcolumns
.Length, "length mismatch");
239
_dbcolumns
[i].pData = rowBinding.DangerousGetDataPtr(columnBindings[i].ValueOffset); // We are simply pointing at a location later in the buffer, so we're OK to not addref the buffer.