コード例 #1
0
        protected void InitQuery(vMainProductPhotoQuery query)
        {
            query.OnLoadDelegate = this.OnQueryLoaded;

            if (!query.es2.HasConnection)
            {
                query.es2.Connection = ((IEntityCollection)this).Connection;
            }
        }
コード例 #2
0
 public bool Load(vMainProductPhotoQuery query)
 {
     this.query = query;
     InitQuery(this.query);
     return(Query.Load());
 }