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