DataAccessBase.UpdateEntity
Related Topics
See also
Class DataAccessBase
West Wind Web Toolkit for ASP.NET
 DataAccessBase.UpdateEntity
public virtual bool UpdateEntity(object Entity,
	string Table,
	string KeyField,
	string FieldsToSkip,
	string FieldsToUpdate);

Parameters

object Entity

string Table

string KeyField

string FieldsToSkip

string FieldsToUpdate

Overloads:

public virtual bool UpdateEntity(object entity, string table, string keyField, string fieldsToSkip);

See also:

Class DataAccessBase


Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic