SimpleORM.NET
delete Method (p_id, p_table)
NamespacesSorm.InterfacesProviderdelete(Guid, String)

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

Delete an instance from its table.
Declaration Syntax
C#Visual BasicVisual C++
void delete(
	Guid p_id,
	string p_table
)
Sub delete ( _
	p_id As Guid, _
	p_table As String _
)
void delete(
	Guid p_id, 
	String^ p_table
)
Parameters
p_id (Guid)
Unique identifier which references an instance
p_table (String)
Name of table to delete from

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