Westwind Utilities
DataAccessBase.GetUpdateEntityCommand
Table of Contents
On this page:

DataAccessBase.GetUpdateEntityCommand

public abstract DbCommand GetUpdateEntityCommand(object entity, string table, 
			string keyField, string propertiesToSkip, 
			string fieldsToUpdate)

Parameters

entity
Entity to update

table
DB Table to udpate

keyField
The keyfield to query on

propertiesToSkip
fields to skip in update

fieldsToUpdate
fields that should be updated

Overloads

public abstract DbCommand GetUpdateEntityCommand(object entity, string table, string keyField, string propertiesToSkip)

© West Wind Technologies, 2026 • updated: Jan 14, 2026
Comment or report problem with topic