private void detach_ComponentQuery(ComponentQuery entity)
		{
			this.SendPropertyChanging();
			entity.UserQuery = null;
		}
 partial void UpdateComponentQuery(ComponentQuery instance);
 partial void DeleteComponentQuery(ComponentQuery instance);
 partial void InsertComponentQuery(ComponentQuery instance);