Click or drag to resize

DbDataSource.Remove Method

X#
Removes the first occurrence of a specific object from the IList.

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

Parameters

item
Type: Object

Implements

Remove(Object)
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.
See Also