4 references to IndexWithinAccessor
System.Data.OleDb (4)
ColumnBinding.cs (4)
94
_bindings.CurrentIndex =
IndexWithinAccessor
;
186
length = Bindings.DBColumnAccess[
IndexWithinAccessor
].cbDataLen.ToInt32();
225
return (DBStatus)Bindings.DBColumnAccess[
IndexWithinAccessor
].dwStatus;
948
return DataReader().ResetChapter(IndexForAccessor,
IndexWithinAccessor
, RowBinding, ValueOffset);