Table of Contents

Class SqlOperatorCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of operators.

public class SqlOperatorCollection : Collection<SqlOperator>, IList<SqlOperator>, ICollection<SqlOperator>, IList, ICollection, IReadOnlyList<SqlOperator>, IReadOnlyCollection<SqlOperator>, IEnumerable<SqlOperator>, IEnumerable
Inheritance
SqlOperatorCollection
Implements
Inherited Members

Constructors

SqlOperatorCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlOperatorCollection class.

public SqlOperatorCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.SqlOperator with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlOperator with that name is found.

public SqlOperator FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.SqlOperator to locate.

Returns

SqlOperator

The CENTREL.XIA.Configuration.Types.SqlOperator with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()