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