예제 #1
0
 partial void Deletegroup_user_assoc(group_user_assoc instance);
예제 #2
0
 partial void Updategroup_user_assoc(group_user_assoc instance);
예제 #3
0
		private void detach_group_user_assocs(group_user_assoc entity)
		{
			this.SendPropertyChanging();
			entity.group = null;
		}
예제 #4
0
 partial void Insertgroup_user_assoc(group_user_assoc instance);
예제 #5
0
		private void attach_group_user_assocs(group_user_assoc entity)
		{
			this.SendPropertyChanging();
			entity.user = this;
		}