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,
	string Table,
	string KeyField,
	object KeyValue,
	string FieldsToSkip);

Parameters

object Entity

string Table

string KeyField

object KeyValue

string FieldsToSkip

Overloads:

public virtual bool GetEntity(object entity, DbCommand command, string fieldsToSkip);
public bool GetEntity(object entity, string sql, Object[] parameters);

See also:

Class SqlDataAccess


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