コード例 #1
0
 partial void UpdatePrescription(Prescription instance);
コード例 #2
0
 partial void DeletePrescription(Prescription instance);
コード例 #3
0
 partial void InsertPrescription(Prescription instance);
コード例 #4
0
		private void detach_Prescriptions(Prescription entity)
		{
			this.SendPropertyChanging();
			entity.Patient = null;
		}
コード例 #5
0
		private void attach_Prescriptions(Prescription entity)
		{
			this.SendPropertyChanging();
			entity.Medicine = this;
		}
コード例 #6
0
		private void detach_Prescriptions6(Prescription entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue6 = null;
		}
コード例 #7
0
		private void attach_Prescriptions5(Prescription entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue5 = this;
		}