예제 #1
0
 partial void DeleteAccount(Account instance);
예제 #2
0
 partial void InsertAccount(Account instance);
예제 #3
0
 partial void UpdateAccount(Account instance);
예제 #4
0
		private void detach_Accounts(Account entity)
		{
			this.SendPropertyChanging();
			entity.UserProfile = null;
		}