OperandList class
Represents list of operands.
public class Korzh.EasyQuery.OperandList    : Collection<Operand>, IList<Operand>, ICollection<Operand>, IEnumerable<Operand>, IEnumerable, IList, ICollection, IReadOnlyList<Operand>, IReadOnlyCollection<Operand>Properties
Section titled “Properties”| Type | Name | Description | 
|---|---|---|
| DataModel | Model | Gets the model. | 
Methods
Section titled “Methods”| Type | Name | Description | 
|---|---|---|
| void | InsertItem( Int32index,Operanditem) | Inserts an element into the System.Collections.ObjectModel.Collection'1at the specified index. | 
| void | LoadFromXmlReader( XmlReaderreader) | Loads operand list form XML. | 
| void | SaveToXmlWriter( XmlWriterwriter) | Saves operand list to XML. | 
 
 