示例#1
0
        public string GetCodeFrameS3BLL(string AssemblyGuid, bool Maxid, bool Exists, bool Add, bool Update, bool Delete, bool GetModel, bool GetModelByCache, bool List)
        {
            BuilderFrameS3 builderFrameS = new BuilderFrameS3(this.dbobj, this.DbName, this.TableName, this.TableDescription, this.ModelName, this.BLLName, this.DALName, this.Fieldlist, this.Keys, this.NameSpace, this.Folder, this.DbHelperName);

            return(builderFrameS.GetBLLCode(AssemblyGuid, Maxid, Exists, Add, Update, Delete, GetModel, GetModelByCache, List));
        }
示例#2
0
        public string GetCodeFrameS3Model()
        {
            BuilderFrameS3 builderFrameS = new BuilderFrameS3(this.dbobj, this.DbName, this.TableName, this.TableDescription, this.ModelName, this.BLLName, this.DALName, this.Fieldlist, this.Keys, this.NameSpace, this.Folder, this.DbHelperName);

            return(builderFrameS.GetModelCode());
        }