Additions to the default call class (Database)
Beispiel #1
0
 partial void Deletecall(call instance);
Beispiel #2
0
 partial void Updatecall(call instance);
Beispiel #3
0
		private void detach_calls1(call entity)
		{
			this.SendPropertyChanging();
			entity.person1 = null;
		}
Beispiel #4
0
 partial void Insertcall(call instance);
Beispiel #5
0
		private void attach_calls1(call entity)
		{
			this.SendPropertyChanging();
			entity.person1 = this;
		}