コード例 #1
0
 partial void Deleteyearreport_cost(yearreport_cost instance);
コード例 #2
0
 partial void Updateyearreport_cost(yearreport_cost instance);
コード例 #3
0
		private void detach_yearreport_costs(yearreport_cost entity)
		{
			this.SendPropertyChanging();
			entity.yearreport = null;
		}
コード例 #4
0
 partial void Insertyearreport_cost(yearreport_cost instance);
コード例 #5
0
		private void attach_yearreport_costs(yearreport_cost entity)
		{
			this.SendPropertyChanging();
			entity.cost = this;
		}