Beispiel #1
0
 partial void Insertcontact(contact instance);
Beispiel #2
0
		private void detach_contacts(contact entity)
		{
			this.SendPropertyChanging();
			entity.company = null;
		}
Beispiel #3
0
		private void attach_contacts(contact entity)
		{
			this.SendPropertyChanging();
			entity.company = this;
		}
Beispiel #4
0
 partial void Deletecontact(contact instance);
Beispiel #5
0
 partial void Updatecontact(contact instance);
Beispiel #6
0
 partial void Insertcontact(contact instance);