Skip to main content

querycolumnlist-class

Represents a list of columns.

public class Korzh.EasyQuery.QueryColumnList
: Collection<QueryColumn>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
QueryColumnList()voidInitializes a new instance of the Korzh.EasyQuery.QueryColumnList class.

Properties

NameTypeDescription
HasAggregateboolGets a value indicating whether this list has at least one aggregate column.

Methods

NameTypeDescription
ContainsGhosts(QueryColumn& column)boolGets a value indicating whether this instance contains columns with "ghost" attributes.
FindByAlias(string alias)QueryColumnFinds the column by alias.
FindByBaseAttrId(string attrId)QueryColumnFinds the column by its base attribute ID.
FindByCaption(string caption)QueryColumnFinds the column by its caption.
FindById(string id)QueryColumninds the column by its id.
GetEnabledByIndex(int index)QueryColumnGets the column by its index among all enabled columns.