DbDataSource.Remove Method | |
Removes the first occurrence of a specific object from the IList.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax VIRTUAL METHOD Remove(
item AS Object
) AS VOID
public virtual void Remove(
Object item
)
Request Example
View SourceParameters
- item
- Type: Object
Implements
Remove(Object)Exceptions Exception | Condition |
---|
NotSupportedException | The IList is read-only.
-or-
The IList has a fixed size. |
See Also