2 references to ChangeID
System.Data (2)
fx\src\data\System\Data\OleDb\DBBindings.cs (1)
290if (!ForceRebind && ((collection.ChangeID == _collectionChangeID) && (_parameters.Length == collection.Count))) {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
389Bindings bindings = new Bindings(parameters, collection.ChangeID);