Table of Contents

Class SqlTriggerCollection

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

Represents a collection of triggers.

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

Constructors

SqlTriggerCollection()

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

public SqlTriggerCollection()

Methods

FindByIdentifier(Guid)

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

public SqlTrigger FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the trigger to locate.

Returns

SqlTrigger

The trigger with the specified identifier.

FindByName(string)

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

public SqlTrigger FindByName(string name)

Parameters

name string

The name of the trigger to locate.

Returns

SqlTrigger

The trigger with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()