public virtual IDbCommand BuildSingleRecordQueryCommand( string tableName, string fieldList, string primaryKeyFieldName, object primaryKeyValue, DataRowProcessMethod selectMethod );
fieldList
List of fields to return.
primaryKeyFieldName
Name of the primary key field.
primaryKeyValue
Primary key (value)
selectMethod
Select method (such as stored procedure or select commands)