public override Row GetRow(IPersistentStore store) { if (!this.row.IsInMemory()) { return((RowAVLDisk)store.Get(this.row, false)); } this.row.UpdateAccessCount(store.GetAccessCount()); return(this.row); }