Clears data that was read to the table of class.
[Visual Basic]
Public Function Clear() As Boolean
[C#]
public bool Clear();
Return Value
Returns true if successful; otherwise false.
Example
How to clear data that was read to the table of class.
dbExData.Clear()
dbExData.Clear();
See Also
AwDbExData Class | Asterworld.Data Namespace