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