4 references to IndexWithinAccessor
System.Data (4)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (4)
93
_bindings.CurrentIndex =
IndexWithinAccessor
;
167
length = Bindings.DBColumnAccess[
IndexWithinAccessor
].cbDataLen.ToInt32();
201
return (DBStatus) Bindings.DBColumnAccess[
IndexWithinAccessor
].dwStatus;
849
return DataReader().ResetChapter(IndexForAccessor,
IndexWithinAccessor
, RowBinding, ValueOffset);