Beispiel #1
0
 public void CreateTable(TableRef tblName, IEnumerable <Column> cols)
 {
     if (Log.IsDebugEnabled)
     {
         Log.DebugFormat("CreateTable {0} with {1} columns", tblName, cols.Count());
     }
     _provider.CreateTable(tblName, cols);
 }