dotConnect for PostgreSQL Documentation
Devart.Common Namespace / ParentDataRelation Class / ParentColumnNames Property

In This Topic
    ParentColumnNames Property
    In This Topic
    Gets or sets list of parent columns used to establish the relation.
    Syntax
    'Declaration
     
    Public Property ParentColumnNames As String()
    public string[] ParentColumnNames {get; set;}

    Property Value

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