Field definition used in the ResultsStore class.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class FieldPair _
	Implements ISerializable
C#
[SerializableAttribute]
public sealed class FieldPair : ISerializable
Visual C++
[SerializableAttribute]
public ref class FieldPair sealed : ISerializable

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.FieldPair

See Also