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 Default ReadOnly Property Item(index As Integer) As DocumentServer.DataSources.DataTableInfo

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

public DocumentServer.DataSources.DataTableInfo this[string name] { get; }
Public Default ReadOnly Property Item(name As String) As DocumentServer.DataSources.DataTableInfo

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.