DbSyncForeignKeyConstraint::ChildTableName Property

Gets or sets the name of the child table that is involved in the foreign key constraint.

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

public:
property String^ ChildTableName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The name of the child table that is involved in the foreign key constraint.
Show: