The name of the table to which the record belongs.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

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

See Also