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

In This Topic
    IsActive Property (C1ViewRelation)
    In This Topic
    Indicates whether relation is active, that is actually establish the relationship between C1DataView objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsActive As System.Boolean
    public System.bool IsActive {get;}
    Remarks
    C1ViewRelation is active if all of the following conditions are satisfied:
    See Also