Example #1
0
 partial void DeleteForm(Form instance);
Example #2
0
 partial void UpdateForm(Form instance);
Example #3
0
		private void detach_Forms(Form entity)
		{
			this.SendPropertyChanging();
			entity.Formfield = null;
		}
Example #4
0
 partial void InsertForm(Form instance);
Example #5
0
		private void attach_Forms(Form entity)
		{
			this.SendPropertyChanging();
			entity.Formfield = this;
		}