Example #1
0
 partial void DeleteFlightLog(FlightLog instance);
Example #2
0
 partial void InsertFlightLog(FlightLog instance);
Example #3
0
 partial void UpdateFlightLog(FlightLog instance);
Example #4
0
		private void detach_FlightLogs(FlightLog entity)
		{
			this.SendPropertyChanging();
			entity.ProgramLocation = null;
		}