Example #1
0
 partial void DeleteLabInfo(LabInfo instance);
Example #2
0
 partial void UpdateLabInfo(LabInfo instance);
Example #3
0
		private void detach_LabInfo(LabInfo entity)
		{
			this.SendPropertyChanging();
			entity.LabInfo_LabType = null;
		}
Example #4
0
 partial void InsertLabInfo(LabInfo instance);
Example #5
0
		private void attach_LabInfo(LabInfo entity)
		{
			this.SendPropertyChanging();
			entity.LabInfo_LabType = this;
		}