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