5 references to Index
System.Data (5)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (5)
1009
if (_nextValueForRetrieval != binding.
Index
) { // release old value
1027
_nextValueForRetrieval = binding.
Index
;
1520
Debug.Assert(count == columnBindings[k].
Index
, "column binding mismatch");
1680
Debug.Assert(_nextValueForRetrieval <= columnBindings[0].
Index
, "backwards retrieval");
1692
MetaData info = _metadata[columnBindings[i].
Index
];