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: 11.1.0.0 (11.1.0.8)

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