ComponentOne DataObjects for .NET
Refresh() Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataView Class > Refresh Method : Refresh() Method
Refreshes the collection of data view rows.
Syntax
'Declaration
 
Public Overloads Sub Refresh() 
public void Refresh()
Remarks
This method re-populates the data view rows, testing the filter conditions and applying sort, if specified. Call this method after changing filter conditions and sort, if AutoRefresh is set to False.
See Also

Reference

C1DataView Class
C1DataView Members
Overload List
C1DataRow Class