Beispiel #1
0
		private void detach_Employees(Employee entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}
Beispiel #2
0
 partial void UpdateEmployee(Employee instance);
Beispiel #3
0
 partial void DeleteEmployee(Employee instance);
Beispiel #4
0
 partial void InsertEmployee(Employee instance);