Lists the available ITables for querying, optionally including the system tables along with the user-created tables.

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(
	bool includeSysTables
)
Function ListTables ( _
	includeSysTables As Boolean _
) As IList(Of ITable)
IList<ITable^>^ ListTables(
	bool includeSysTables
)

Parameters

includeSysTables
Boolean
When true, system-level tables will also be returned.

Return Value

List of tables available for querying

Exceptions

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

See Also