ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / IsDataTableFilling Method
The DataTable in question.

In This Topic
    IsDataTableFilling Method
    In This Topic
    Indicates whether the specified DataTable is currently filling with data from server by some C1DataView of some C1DataViewSet.
    Syntax
    'Declaration
     
    Public Shared Function IsDataTableFilling( _
       ByVal table As System.Data.DataTable _
    ) As System.Boolean
    public static System.bool IsDataTableFilling( 
       System.Data.DataTable table
    )

    Parameters

    table
    The DataTable in question.

    Return Value

    True if the specified DataTable is currently filling; otherwise, false.
    See Also