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

In This Topic
    C1ViewRelation Class Members
    In This Topic

    The following tables list the members exposed by C1ViewRelation.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets an array of C1ViewColumn objects from the ChildView which are the child columns of this relation.  
    Public PropertyGets or sets the alias of child DataTable.  
    Public PropertyGets or sets the child (detail) C1DataView of the relation.  
    Public PropertyGets or sets the base DataRelation.  
    Public PropertyGets or sets the base DataRelation by its name.  
    Public PropertyIndicates whether relation is active, that is actually establish the relationship between C1DataView objects.  
    Public PropertyGets an array of C1ViewColumn objects from the ParentView which are the parent columns of this relation.  
    Public PropertyGets or sets the alias of parent DataTable.  
    Public PropertyGets or sets the parent (master) C1DataView of the relation.  
    Top
    See Also