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

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

Syntax

Visual Basic (Declaration)
Public Function DifferenceCount ( _
	fieldPair As FieldPair _
) As Integer
C#
public int DifferenceCount(
	FieldPair fieldPair
)
Visual C++
public:
int DifferenceCount(
	FieldPair^ fieldPair
)

Parameters

fieldPair
Type: RedGate.SQLDataCompare.Engine..::.FieldPair
The field for the count.

Return Value

The number of rows for the specified FieldPair that are different.

See Also