コード例 #1
0
		private void detach_HistoryUsers(HistoryUser entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
コード例 #2
0
		private void attach_HistoryUsers(HistoryUser entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
コード例 #3
0
 partial void UpdateHistoryUser(HistoryUser instance);
コード例 #4
0
 partial void DeleteHistoryUser(HistoryUser instance);
コード例 #5
0
 partial void InsertHistoryUser(HistoryUser instance);