DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / ResetCache Method
The size of the collection.

In This Topic
    ResetCache Method (C1AdoNetVirtualDataCollection)
    In This Topic
    Resets the internal cache.
    Syntax
    'Declaration
     
    Protected Sub ResetCache( _
       ByVal count As Integer _
    ) 
    protected void ResetCache( 
       int count
    )

    Parameters

    count
    The size of the collection.
    See Also