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.12.0.0 (5.12.0)
Syntaxprotected virtual void ConstructFieldsToUpdateList(
IEntityFieldCore[] fields,
IFieldPersistenceInfo[] fieldsPersistenceInfo,
out List<IEntityFieldCore> fieldsToUpdate,
out List<IFieldPersistenceInfo> persistenceInfoFieldsToUpdate
)
Protected Overridable Sub ConstructFieldsToUpdateList (
fields As IEntityFieldCore(),
fieldsPersistenceInfo As IFieldPersistenceInfo(),
<OutAttribute> ByRef fieldsToUpdate As List(Of IEntityFieldCore),
<OutAttribute> ByRef persistenceInfoFieldsToUpdate As List(Of IFieldPersistenceInfo)
)
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