コード例 #1
0
		private void detach_BorrowLends(BorrowLend entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
コード例 #2
0
		private void attach_BorrowLends(BorrowLend entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
コード例 #3
0
 partial void UpdateBorrowLend(BorrowLend instance);
コード例 #4
0
 partial void DeleteBorrowLend(BorrowLend instance);
コード例 #5
0
 partial void InsertBorrowLend(BorrowLend instance);