The values of the fields in the row.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Values As Object()
C#
public Object[] Values { get; }
Visual C++
public:
property array<Object^>^ Values {
	array<Object^>^ get ();
}

See Also