Click or drag to resize
EntityFieldPersistenceInfoList Constructor (IEntityFieldCore, IFieldPersistenceInfo)
Creates a new EntityFieldPersistenceInfoList instance. and splits the passed in fields/fieldpersistence info per target. The order in which the targets appear in fieldsPersistenceInfo is the order in which the TargetEntityFieldPersistenceInfoBucket objects are stored in this 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
public EntityFieldPersistenceInfoList(
	IEntityFieldCore[] fields,
	IFieldPersistenceInfo[] fieldsPersistenceInfo
)

Parameters

fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
Fields object to process. Can be null (in actions on db directly)
fieldsPersistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
persistence info objects to process
See Also