Related Topics
See also
Class SqlDataAccess
West Wind Toolkit for .NET
 SqlDataAccess.GetEntity
Inherited from Westwind.Utilities.Data.DataAccessBase
public bool GetEntity(object entity,
	string sql,
	Object[] parameters);

Parameters

object entity

string sql

Object[] 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 SqlDataAccess


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