Represents a collection of IndexColumn .

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class IndexColumnCollection : Collection<IndexColumn>
Visual Basic (Declaration)
Public NotInheritable Class IndexColumnCollection _
	Inherits Collection(Of IndexColumn)
Visual C++
public ref class IndexColumnCollection sealed : public Collection<IndexColumn^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(IndexColumn>)>)
    PerpetuumSoft.DataModel.MsSql..::.IndexColumnCollection

See Also