Click or drag to resize
DynamicQueryEngineBaseAppendUpdateSetClauses Method (IListIEntityFieldCore, IListIFieldPersistenceInfo, QueryFragments, IList)
Appends set clauses for an update query using the input specified to the destination list specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected void AppendUpdateSetClauses(
	IList<IEntityFieldCore> fieldsToUpdate,
	IList<IFieldPersistenceInfo> persistenceInfoFieldsToUpdate,
	QueryFragments destination,
	IList parameterCollection
)

Parameters

fieldsToUpdate
Type: System.Collections.GenericIListIEntityFieldCore
The fields to update.
persistenceInfoFieldsToUpdate
Type: System.Collections.GenericIListIFieldPersistenceInfo
The persistence info fields to update.
destination
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
The destination.
parameterCollection
Type: System.CollectionsIList
The parameter collection.
See Also