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>
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | AddRange(TableList tables) | Adds the range of tables |
void | CopyFrom(TableList tables) | Copies tables from another list. |
Table | FindByAlias(String alias) | Finds the Korzh.EasyQuery.Db.Table object by its alias. |
Table | FindByName(String name) | Finds the Korzh.EasyQuery.Db.Table object by its name. |
String | GetCommaText() | Gets the string whcih contains comma separated list of tables |
String | GetUniqueAlias(String baseName) | Generates an unique Korzh.EasyQuery.Db.Table object alias by some base name |
void | SortAlphabetically() | Sorts the list alphabetically. |