DbSyncForeignKeyConstraint::ParentColumns Property

Gets or sets the list of columns from the parent table that is involved in the foreign key constraint.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property Collection<String^>^ ParentColumns {
	Collection<String^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::Collection<String>
The list of columns from the parent table that is involved in the foreign key constraint.
Show: