Example #1
0
 partial void DeleteUserLogin(UserLogin instance);
Example #2
0
 partial void UpdateUserLogin(UserLogin instance);
Example #3
0
		private void detach_UserLogins(UserLogin entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
Example #4
0
 partial void InsertUserLogin(UserLogin instance);
Example #5
0
		private void attach_UserLogins(UserLogin entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}