コード例 #1
0
        public SubstituteExceptions()
        {
            SubstituteExceptionsSchema _schema = new SubstituteExceptionsSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
コード例 #2
0
 public SubstituteExceptions()
 {
     SubstituteExceptionsSchema _schema = new SubstituteExceptionsSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }