Table of Contents

Class SqlColumnCollection

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

Represents a collection of SQL database table columns.

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

Constructors

SqlColumnCollection()

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

public SqlColumnCollection()

Methods

FindByIdentifier(Guid)

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

public SqlColumn FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the column to locate.

Returns

SqlColumn

The column with the specified identifier.

FindByName(string)

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

public SqlColumn FindByName(string name)

Parameters

name string

The name of the column to locate.

Returns

SqlColumn

The column with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()