SimpleORM.NET
delete_relation_item Method (p_table, p_owner, p_owned_key)
NamespacesSorm.InterfacesProviderdelete_relation_item(String, Guid, Object)

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

Delete a link between instances. This does never delete the associated instances themself.
Declaration Syntax
C#Visual BasicVisual C++
void delete_relation_item(
	string p_table,
	Guid p_owner,
	Object p_owned_key
)
Sub delete_relation_item ( _
	p_table As String, _
	p_owner As Guid, _
	p_owned_key As Object _
)
void delete_relation_item(
	String^ p_table, 
	Guid p_owner, 
	Object^ p_owned_key
)
Parameters
p_table (String)
Name of the link table
p_owner (Guid)
ID of left side of the association
p_owned_key (Object)
Key to identify items on the right side

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