The fully-qualified name of the table being compared.

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

Syntax

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

Remarks

This is the name of the table in the first database; if null, this is the name of the table in the second database.

See Also