SimpleORM.NET
delete Method (p_item)
NamespacesSorm.InterfacesSessiondelete(Object)

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

Deletes an object which must have been read previously from the storage permanently from the persistence layer. It is not modified otherwise. No referenced instances are removed from the storage, this must be done manually.
Declaration Syntax
C#Visual BasicVisual C++
void delete(
	Object p_item
)
Sub delete ( _
	p_item As Object _
)
void delete(
	Object^ p_item
)
Parameters
p_item (Object)
Instance to delete

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068