Set main table name to search

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

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

Parameters

tableName
Type: System..::..String
Table name to search

Return Value

void

See Also