Sets the table.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public void SetTable(
	string table
)
Visual Basic
Public Sub SetTable ( _
	table As String _
)
Visual C++
public:
void SetTable(
	String^ table
)

Parameters

table
Type: String
The table.

See Also