Limitations
Read only.
Gets a Data
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 Default ReadOnly Property Item(name As String) As DocumentServer.DataSources.DataTableInfo
Parameter | Description |
---|---|
index | The 0-based index. |
name | The table name. |
The Data
Read only.