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

Constructors

Name Type Description
UsedTableList() void

Methods

Name Type Description
InsertItem(int index, Table item) void Inserts the item.