Example #1
0
 public abstract int CreateDestinationTable(SchemaMapping.SchemaMapper schmapper);
Example #2
0
 public abstract string BuildInsertStatement(SchemaMapping.SchemaMapper schmapper, DataTable dt, int startindex, int rowscount);
Example #3
0
 public abstract string BuildCreateTableQuery(SchemaMapping.SchemaMapper schmapper);