This will drop the tables in the list. It will also drop any tables that are dependent on any of these.

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++ 
void DropTables(
	params string[] tables
)
Sub DropTables ( _
	ParamArray tables As String() _
)
void DropTables(
	... array<String^>^ tables
)

Parameters

tables
array<String>[]()[][]

See Also