Skip to main content

SqlDataSource.ClearRows() Method

Clears all data cached when filling the SqlDataSource, preserving the information about the original structure of tables, columns and data relations.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public void ClearRows()
See Also