SimpleORM.NET
define_set_null Method (p_left_table, p_right_table, p_attribute)
NamespacesSorm.InterfacesProviderdefine_set_null(String, String, String)

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

Defines a set null rule, to be applied, when a referenced item in the right table gets deleted.
Declaration Syntax
C#Visual BasicVisual C++
void define_set_null(
	string p_left_table,
	string p_right_table,
	string p_attribute
)
Sub define_set_null ( _
	p_left_table As String, _
	p_right_table As String, _
	p_attribute As String _
)
void define_set_null(
	String^ p_left_table, 
	String^ p_right_table, 
	String^ p_attribute
)
Parameters
p_left_table (String)
Name of first table involved
p_right_table (String)
Name of second table involved
p_attribute (String)
Name of link attribute in first table

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