Gets a DataTableInfo instance from the collection. In C# this property is the indexer for the DataTableInfoCollection class.

public DocumentServer.DataSources.DataTableInfo this[int index] { get; }

public DocumentServer.DataSources.DataTableInfo this[int index] { get; }

public DocumentServer.DataSources.DataTableInfo this[string name] { get; }

public DocumentServer.DataSources.DataTableInfo this[string name] { get; }

Parameters

Parameter Description
index The 0-based index.
name The table name.

Return Value

The DataTableInfo object at the given index / with the given name in the collection.

Limitations

Read only.