Skip to main content

conditionrowlist-class

Represents list of conditions.

public class Korzh.EasyQuery.WinForms.ConditionRowList
: XRowList

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ConditionRowList(QueryPanel queryPanel)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ConditionRowList class.

Properties

NameTypeDescription
ItemConditionRowGets or sets the element at the specified index. In C#, this property is the indexer for the Korzh.EasyQuery.WinForms.ConditionRowList class.

Methods

NameTypeDescription
IndexByCondition(Condition cond)intReturns row index by Korzh.EasyQuery.Condition object associated with row.