Skip to content

OperatorGroupList class

Represents list of operator groups

public class Korzh.EasyQuery.OperatorGroupList
: Collection<OperatorGroup>

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
OperatorGroupList(OperatorGroup[] groups)voidInitializes a new instance of the OperatorGroupList class.
NameTypeDescription
FindByName(string groupName)OperatorGroupFinds the OperatorGroup by its name.