예제 #1
0
    public DbSetup()
    {
        conn        = DbCommands.GetConnectionString();
        tblSqlArray = new string[
            numberOfTbls,
            Enum.GetNames(typeof(tblSqlStrs)).Length
                      ];               //size of array is the # tables by the sql string parts to build the tables


        SetTblSqlArray();
    }