Represents a list of table categories
public class Korzh.EasyQuery.Db.TableCategoryList
: List<TableCategory>, IList<TableCategory>, ICollection<TableCategory>, IEnumerable<TableCategory>, IEnumerable, IList, ICollection, IReadOnlyList<TableCategory>, IReadOnlyCollection<TableCategory>
Methods
Type | Name | Description |
---|---|---|
TableCategory |
FindByName(String name) |
Finds a category by its name. |