Skip to content

UsedTableList class

Represents a list of “used” tables. The only difference with orginal TableList is that this class doesn’t allow to insert already existing table and inserts tables in list according their priority

public class Korzh.EasyQuery.Db.UsedTableList
: TableList, IList<Table>, ICollection<Table>, IEnumerable<Table>, IEnumerable, IList, ICollection, IReadOnlyList<Table>, IReadOnlyCollection<Table>
TypeNameDescription
voidInsertItem(Int32 index, Table item)Inserts the item.