Click or drag to resize

DbDataSource.Clear Method

X#
Removes all items from the IList.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Clear() AS VOID
Request Example View Source

Implements

Clear
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList is read-only.
Remarks
This method will call Zap() on the workarea, so it requires exclusive use.
See Also