A collection of FieldPair objects.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine..::.InternalCollectionBase
    RedGate.SQLDataCompare.Engine..::.FieldPairs

See Also