Lists the available ITables for querying.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
IList<ITable> ListTables()
Function ListTables As IList(Of ITable)
IList<ITable^>^ ListTables()

Return Value

List of tables available for querying

Exceptions

ExceptionCondition
StreamBase.LiveView.API..::..LiveViewExceptionIf table list cannot be retrieved

See Also