dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataSet Class / Clear Method

In This Topic
Clear Method (DbDataSet)
In This Topic
Clears the DbDataSet of any data by removing all rows in all tables.
Clears the DbDataSet of any data by removing all rows in all tables.
Syntax
'Declaration
 
Public Shadows Sub Clear() 
 
See Also