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