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