Generic routine to return an Entity that matches the field names of a table exactly.
public virtual bool GetEntity(object Entity, string Table, string KeyField, object KeyValue, string FieldsToSkip)
Parameters
Entity
Table
KeyField
KeyValue
FieldsToSkip
Overloads:
public virtual bool GetEntity(object entity, DbCommand command, string fieldsToSkip)
public bool GetEntity(object entity, string sql, Object[] parameters)
See also:
Class DataAccessBase© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic