Related Topics
See also
Class SqlDataAccess
West Wind Toolkit for .NET
 SqlDataAccess.GetEntity
Inherited from Westwind.Utilities.Data.DataAccessBase
public virtual bool GetEntity(object entity,
	DbCommand command,
	string fieldsToSkip);

Parameters

object entity

DbCommand command

string fieldsToSkip

Overloads:

public bool GetEntity(object entity, string sql, Object[] parameters);
public virtual bool GetEntity(object Entity, string Table, string KeyField, object KeyValue, string FieldsToSkip);

See also:

Class SqlDataAccess


Last Updated: 01/23/15 | © West Wind Technologies, 2015