Click or drag to resize
DynamicQueryEngineBaseConstructFieldsToUpdateList 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.3.0.0 (5.3.0)
Syntax
protected virtual void ConstructFieldsToUpdateList(
	IEntityFieldCore[] fields,
	IFieldPersistenceInfo[] fieldsPersistenceInfo,
	out List<IEntityFieldCore> fieldsToUpdate,
	out List<IFieldPersistenceInfo> persistenceInfoFieldsToUpdate
)

Parameters

fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
fieldsPersistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
fieldsToUpdate
Type: System.Collections.GenericListIEntityFieldCore
will be altered
persistenceInfoFieldsToUpdate
Type: System.Collections.GenericListIFieldPersistenceInfo
will be altered
See Also