コード例 #1
0
ファイル: NewDatabase.cs プロジェクト: gosuto/tfs2.com
 partial void DeleteFlightLog(FlightLog instance);
コード例 #2
0
ファイル: NewDatabase.cs プロジェクト: gosuto/tfs2.com
 partial void InsertFlightLog(FlightLog instance);
コード例 #3
0
ファイル: NewDatabase.cs プロジェクト: gosuto/tfs2.com
 partial void UpdateFlightLog(FlightLog instance);
コード例 #4
0
ファイル: NewDatabase.cs プロジェクト: gosuto/tfs2.com
		private void detach_FlightLogs(FlightLog entity)
		{
			this.SendPropertyChanging();
			entity.ProgramLocation = null;
		}