Ejemplo n.º 1
0
        /// <summary>实例化设置</summary>
        public Setting()
        {
            Debug    = true;
            ShowSQL  = true;
            SQLPath  = "";
            ConnMaps = "Conn2#Conn,Table3@Table";
            InitData = true;

            Cache    = new CacheSetting();
            Negative = new NegativeSetting();
            //Model = new ModelSetting();
            Oracle = new OracleSetting();
        }
Ejemplo n.º 2
0
 /// <summary>实例化设置</summary>
 public Setting()
 {
     Negative = new NegativeSetting();
     Oracle   = new OracleSetting();
 }