public virtual 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)
[Prefix]new[TableName]
So in a scenario where the default prefix is used and the table name is Customer, the SP needs to have the following name:
milos_newCustomer
The SP accepts no parameters.