Interface Catalog.ITableCollection
Represents all the tables of a catalog.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public interface Catalog.ITableCollection : IEnumerable<Catalog.Table>, IEnumerable
Remarks
A particular table can be accessed via this[TableType] indexer. Tables can also be accessed in an
uniform manner thanks to the inherited IEnumerable interface.
Properties
| Name | Description |
|---|---|
| this[TableType] | Provides access to a table of the catalog with given table type. |