SimpleORM.NET
Remove Method (item)
NamespacesSormObjectList<(Of <(T>)>)Remove(T)

[This is preliminary documentation and is subject to change.]

Removing is not allowed.
Declaration Syntax
C#Visual BasicVisual C++
public bool Remove(
	T item
)
Public Function Remove ( _
	item As T _
) As Boolean
public:
virtual bool Remove(
	T item
) sealed
Parameters
item (T)
Item to be removed
Return Value
true = at least one item was removed

Assembly: sorm (Module: sorm) Version: 1.0.0.13068