Exemplo n.º 1
0
 public static void AppendPage(Command cmd, string keyFieldName, string tableName, Page page, Where where, IDbAdapter adapter)
 {
     if (page == null)
     {
         return;
     }
     adapter.AppendPage(cmd, keyFieldName, tableName, page, where);
 }
Exemplo n.º 2
0
 public static void AppendPage(Command cmd, string keyFieldName, string tableName, Page page, Where where, IDbAdapter adapter)
 {
     if (page == null)
         return;
     adapter.AppendPage(cmd, keyFieldName, tableName, page, where);
 }