public void RegisterIndex(Table table)
        {
            IPersistentStore store = this.FindStore(table);

            if (store != null)
            {
                store.ResetAccessorKeys(table.GetIndexList());
            }
        }