public abstract IDbCommand BuildEmptyRecordQueryCommand( string tableName, string fieldList, DataRowProcessMethod selectMethod );
fieldList
List of fields to be included in the query
selectMethod
Select method (such as stored procedure or select commands)