Represents a collection of IndexColumn .
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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
System.Collections.ObjectModel..::.Collection<(Of <(IndexColumn>)>)
PerpetuumSoft.DataModel.MsSql..::.IndexColumnCollection