Contains a reference to the mapping that is identified as a usable primary key shared on both tables; null if no usable primary key is found.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PrimaryKey As IndexMapping
C#
public IndexMapping PrimaryKey { get; }
Visual C++
public:
property IndexMapping^ PrimaryKey {
	IndexMapping^ get ();
}

See Also