コード例 #1
0
 partial void DeleteOperacione(Operacione instance);
コード例 #2
0
 partial void UpdateOperacione(Operacione instance);
コード例 #3
0
		private void detach_Operaciones(Operacione entity)
		{
			this.SendPropertyChanging();
			entity.Grado = null;
		}
コード例 #4
0
 partial void InsertOperacione(Operacione instance);
コード例 #5
0
		private void attach_Operaciones(Operacione entity)
		{
			this.SendPropertyChanging();
			entity.Grado = this;
		}