예제 #1
0
		private void detach_Computers(Computers entity)
		{
			this.SendPropertyChanging();
			entity.Users = null;
		}
예제 #2
0
		private void attach_Computers(Computers entity)
		{
			this.SendPropertyChanging();
			entity.Users = this;
		}
예제 #3
0
 partial void UpdateComputers(Computers instance);
예제 #4
0
 partial void DeleteComputers(Computers instance);
예제 #5
0
 partial void InsertComputers(Computers instance);