Table of Contents

Class SqlExtendedPropertyCollection

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

Represents a collection of SQL extended properties.

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

Constructors

SqlExtendedPropertyCollection()

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

public SqlExtendedPropertyCollection()

Methods

FindByName(string)

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

public SqlExtendedProperty FindByName(string name)

Parameters

name string

The name of the extended property to locate.

Returns

SqlExtendedProperty

The extended property with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()