Click or drag to resize

DynamicQueryEngineBase.ConstructFieldsToUpdateList Method

Constructs the list of fields to update plus its corresponding fieldpersistenceinfo list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
protected virtual void ConstructFieldsToUpdateList(
	IEntityFieldCore[] fields,
	IFieldPersistenceInfo[] fieldsPersistenceInfo,
	out List<IEntityFieldCore> fieldsToUpdate,
	out List<IFieldPersistenceInfo> persistenceInfoFieldsToUpdate
)

Parameters

fields
Type:SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore[]
fieldsPersistenceInfo
Type:SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo[]
fieldsToUpdate
Type: System.Collections.Generic.List<IEntityFieldCore>
will be altered
persistenceInfoFieldsToUpdate
Type: System.Collections.Generic.List<IFieldPersistenceInfo>
will be altered
See Also