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

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

Syntax

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

See Also