Lists the available ITables for querying.

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

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