dotConnect for Oracle Documentation
Devart.Common Namespace / ParentDataRelation Class / ChildColumnNames Property

On this page
    ChildColumnNames Property
    On this page
    Gets or sets list of child columns used to establish the relation.
    Syntax
    'Declaration
     
    Public Property ChildColumnNames As String()
    public string[] ChildColumnNames {get; set;}

    Property Value

    List of child columns used to establish the relation.
    See Also