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

Package: Korzh.EasyQuery.Db (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Db.dll

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