The ordinal in the ResultsStore for the field in the first database.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property OrdinalInResults1 As Integer
C#
public int OrdinalInResults1 { get; }
Visual C++
public:
property int OrdinalInResults1 {
	int get ();
}

See Also