Returns the first database that is being compared.

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

Syntax

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

See Also