This method takes an IDbCommand object and serializes it to XML.
Note that this is a custom serialization.
We only respect the actual command and the parameters.
public static string SerializeIDbCommand( IDbCommand command,
string entityName );
Return Value
Xml serialized string
Parameters
command
IDbCommand object
entityName
Query result table name (if applicable... pass "" otherwise)
See also:
Class DataHelper