Skip to content

TableList class

Represents list of the Korzh.EasyQuery.Db.Table objects.

public class Korzh.EasyQuery.Db.TableList
: Collection<Table>, IList<Table>, ICollection<Table>, IEnumerable<Table>, IEnumerable, IList, ICollection, IReadOnlyList<Table>, IReadOnlyCollection<Table>
TypeNameDescription
voidAddRange(TableList tables)Adds the range of tables
voidCopyFrom(TableList tables)Copies tables from another list.
TableFindByAlias(String alias)Finds the Korzh.EasyQuery.Db.Table object by its alias.
TableFindByName(String name)Finds the Korzh.EasyQuery.Db.Table object by its name.
StringGetCommaText()Gets the string whcih contains comma separated list of tables
StringGetUniqueAlias(String baseName)Generates an unique Korzh.EasyQuery.Db.Table object alias by some base name
voidSortAlphabetically()Sorts the list alphabetically.