DataAccessBase.GetEntity

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

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic