Beispiel #1
0
		private void detach_Clients(Client entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
Beispiel #2
0
		private void attach_Clients(Client entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}
Beispiel #3
0
 partial void UpdateClient(Client instance);
Beispiel #4
0
 partial void DeleteClient(Client instance);
Beispiel #5
0
 partial void InsertClient(Client instance);