Table of Contents

Class TableCollection

Namespace
Dynamicweb.DataManagement
Assembly
Dynamicweb.DataManagement.dll

Collection of tables

[Serializable]
public class TableCollection : List<Table>, IList<Table>, ICollection<Table>, IReadOnlyList<Table>, IReadOnlyCollection<Table>, IEnumerable<Table>, IList, ICollection, IEnumerable
Inheritance
TableCollection
Implements
Inherited Members
Extension Methods

Methods

SortByName()

Return tables sorted by name

public void SortByName()

SortByName(bool)

Return tables sorted by name

public void SortByName(bool ascending)

Parameters

ascending bool

Direction of sorting

To top