ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRelation Class / ParentTableAlias Property

In This Topic
    ParentTableAlias Property
    In This Topic
    Gets or sets the alias of parent DataTable.
    Syntax
    'Declaration
     
    Public Property ParentTableAlias As System.String
    public System.string ParentTableAlias {get; set;}
    Remarks
    See C1DataView Relations topic for details on C1ViewRelation definition.

    If you set this property value to a null or empty string value then a parent table alias will be detected automatically.

    See Also