Returns true if the FieldPair of the specified ordinal is different.

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

Syntax

Visual Basic (Declaration)
Public Function FieldDifferent ( _
	fieldIndex As Integer _
) As Boolean
C#
public bool FieldDifferent(
	int fieldIndex
)
Visual C++
public:
bool FieldDifferent(
	int fieldIndex
)

Parameters

fieldIndex
Type: System..::.Int32
Ordinal of the FieldPair in the ResultsStore.

Return Value

true if values are different; otherwise false.

See Also