2 references to ChangeID
System.Data.OleDb (2)
DbBindings.cs (1)
319if (!ForceRebind && ((collection.ChangeID == _collectionChangeID) && (_parameters.Length == collection.Count)))
OleDbCommand.cs (1)
401Bindings bindings = new Bindings(parameters, collection.ChangeID);