The fields in the ResultsStore object.

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

Syntax

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

See Also