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