Readonly, returns the table name used in this filter

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

Syntax

C#
public string TableName { get; private set; }
Visual Basic
Public Property TableName As String
	Get
	Private Set
Visual C++
public:
property String^ TableName {
	String^ get ();
	private: void set (String^ value);
}

See Also