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

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

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

    See Also