点击或拖拽改变大小

DbDataSource.Clear 方法

X#
Removes all items from the IList.

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD Clear() AS VOID
查看代码

实现

Clear
异常
异常条件
NotSupportedExceptionThe IList is read-only.
备注
This method will call Zap() on the workarea, so it requires exclusive use.
参见