DbDataSource.Clear 方法 | |
Removes all items from the IList.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Clear() AS VOID
public virtual void Clear()
查看代码实现
Clear异常 异常 | 条件 |
---|
NotSupportedException | The IList is read-only. |
备注 This method will call Zap() on the workarea, so it requires exclusive use.
参见