Constructor for the TableFilter.

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

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

Parameters

tableName
Type: System..::..String
Unqualified table name (excluding db/schema/owner)

See Also