Skip to main 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

Assembly: Korzh.EasyQuery.Db.dll

Constructors

NameTypeDescription
UsedTableList()void

Methods

NameTypeDescription
InsertItem(int index, Table item)voidInserts the item.