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

In This Topic
    IsActive Property (C1DataView)
    In This Topic
    Indicates wheather this C1DataView is active, that is able to represent data according to its Definition.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsActive As System.Boolean
    public System.bool IsActive {get;}
    Remarks
    C1DataView is active if all of the following conditions are satisfied:
    • C1DataView is added to the C1DataViewSet.Views collection.
    • The owning C1DataViewSet is connected to a data source (via the System.Data.DataSet or the ConnectionString properties).
    • The Definition property defined a valid definition statement, that is it has no syntactic and semantic errors.

    In this case C1DataView is able to represent the list of columns and rows.

    See Also