Table of Contents

Class SqlStoredProcedureCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of SQL stored procedures.

public class SqlStoredProcedureCollection : Collection<SqlStoredProcedure>, IList<SqlStoredProcedure>, ICollection<SqlStoredProcedure>, IList, ICollection, IReadOnlyList<SqlStoredProcedure>, IReadOnlyCollection<SqlStoredProcedure>, IEnumerable<SqlStoredProcedure>, IEnumerable
Inheritance
SqlStoredProcedureCollection
Implements
Inherited Members

Constructors

SqlStoredProcedureCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlStoredProcedureCollection class.

public SqlStoredProcedureCollection()

Methods

FindByIdentifier(Guid)

Returns the stored procedure with the specified identifier, or null if no stored procedure with that identifier is found.

public SqlStoredProcedure FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the stored procedure to locate.

Returns

SqlStoredProcedure

The stored procedure with the specified identifier.

FindByName(string)

Returns the stored procedure with the specified name, or null if no stored procedure with that name is found.

public SqlStoredProcedure FindByName(string name)

Parameters

name string

The name of the stored procedure to locate.

Returns

SqlStoredProcedure

The stored procedure with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()