Class SqlResourcePoolCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of resource pools.
public class SqlResourcePoolCollection : Collection<SqlResourcePool>, IList<SqlResourcePool>, ICollection<SqlResourcePool>, IList, ICollection, IReadOnlyList<SqlResourcePool>, IReadOnlyCollection<SqlResourcePool>, IEnumerable<SqlResourcePool>, IEnumerable
- Inheritance
-
SqlResourcePoolCollection
- Implements
- Inherited Members
Constructors
SqlResourcePoolCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlResourcePoolCollection class.
public SqlResourcePoolCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.SqlResourcePool with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlResourcePool with that name is found.
public SqlResourcePool FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.SqlResourcePool to locate.
Returns
- SqlResourcePool
The CENTREL.XIA.Configuration.Types.SqlResourcePool with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()