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)

Syntax

'Declaration
Public Property ChildTableName As String
    Get
    Set
'Usage
Dim instance As DbSyncForeignKeyConstraint
Dim value As String

value = instance.ChildTableName

instance.ChildTableName = value
public string ChildTableName { get; set; }
public:
property String^ ChildTableName {
    String^ get ();
    void set (String^ value);
}
member ChildTableName : string with get, set
function get ChildTableName () : String
function set ChildTableName (value : String)

Property Value

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

See Also

Reference

DbSyncForeignKeyConstraint Class

Microsoft.Synchronization.Data Namespace