DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / IsLoading Property

In This Topic
    IsLoading Property (C1AdoNetVirtualDataCollection)
    In This Topic
    Gets whether the collection is getting the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLoading As Boolean
    public bool IsLoading {get;}
    See Also