The type of the results in the row from Row..::.RowType.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Type As Row..::.RowType
C#
public Row..::.RowType Type { get; }
Visual C++
public:
property Row..::.RowType Type {
	Row..::.RowType get ();
}

See Also