Returns the number of rows of the specified rowType that are different.

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

Syntax

Visual Basic (Declaration)
Public Function DifferenceCount ( _
	rowType As Row..::.RowType _
) As Integer
C#
public int DifferenceCount(
	Row..::.RowType rowType
)
Visual C++
public:
int DifferenceCount(
	Row..::.RowType rowType
)

Parameters

rowType
Type: RedGate.SQLDataCompare.Engine.ResultsStore..::.Row..::.RowType
The type of rows to be for the returned count.

Return Value

The number of rows of the specified rowType that are different.

See Also