Retrieves a single record and returns it as an entity
public bool GetEntity(object entity, string sql, Object[] parameters)
Parameters
entity
sql
parameters
Overloads:
public virtual bool GetEntity(object entity, DbCommand command, string fieldsToSkip)
public virtual bool GetEntity(object Entity, string Table, string KeyField, object KeyValue, string FieldsToSkip)
See also:
Class DataAccessBase© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic