Generic routine to retrieve an object from a database record The object properties must match the database fields.
public virtual bool GetEntity(object entity,
DbCommand command,
string fieldsToSkip);
Parameters
entity
The object to update
command
Database command object
fieldsToSkip
Overloads:
See also:
Class DataAccessBase