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