DbDataSource.Remove 方法 | |
Removes the first occurrence of a specific object from the IList.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Remove(
item AS Object
) AS VOID
public virtual void Remove(
Object item
)
查看代码参数
- item
- 类型:Object
实现
Remove(Object)异常 异常 | 条件 |
---|
NotSupportedException | The IList is read-only.
-or-
The IList has a fixed size. |
参见