/// <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(); }
/// <summary>实例化设置</summary> public Setting() { Negative = new NegativeSetting(); Oracle = new OracleSetting(); }