Table name (not qualified with schema or owner)

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

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

See Also