Example #1
0
 partial void Deleteperformance_graph(performance_graph instance);
Example #2
0
 partial void Insertperformance_graph(performance_graph instance);
Example #3
0
 partial void Updateperformance_graph(performance_graph instance);
Example #4
0
		private void detach_performance_graphs(performance_graph entity)
		{
			this.SendPropertyChanging();
			entity.staff = null;
		}