Removes the item from the in-memory list, and flags the item to be deleted.
Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public virtual void Delete( ref T objItem ) |
Visual Basic |
---|
Public Overridable Sub Delete ( _ ByRef objItem As T _ ) |
Visual C++ |
---|
public: virtual void Delete( T% objItem ) |
Parameters
- objItem
- Type: T%
[Missing <param name="objItem"/> documentation for "M:DatabaseObjects.Generic.DatabaseObjectsVolatileList`1.Delete(`0@)"]