Returns the number of different fields of the specified RowType and FieldPair.

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

Syntax

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

Parameters

rowType
Type: RedGate.SQLDataCompare.Engine.ResultsStore..::.Row..::.RowType
The type of rows for the returned count.
fieldPair
Type: RedGate.SQLDataCompare.Engine..::.FieldPair
The FieldPair for which you want the count.

Return Value

The number of fields of the specified RowType and FieldPair that are different.

See Also