Click or drag to resize
FieldUtilities.PrecalculateEntityMaterializationData Method
Precalculates the entity materialization data, which is passed to ReadRowIntoFields.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static void PrecalculateEntityMaterializationData(
	IEntityFieldsCore rowDestination,
	IFieldPersistenceInfo[] fieldsPersistenceInfo,
	out Dictionary<int, Type> indicesForEnumConverts,
	out Dictionary<int, TypeConverter> indicesForTypeConverters
)

Parameters

rowDestination
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldsCore
The row destination.
fieldsPersistenceInfo
Type:SD.LLBLGen.Pro.ORMSupportClasses.IFieldPersistenceInfo[]
The fields persistence info.
indicesForEnumConverts
Type: System.Collections.Generic.Dictionary<Int32, Type>
The indices for enum converts.
indicesForTypeConverters
Type: System.Collections.Generic.Dictionary<Int32, TypeConverter>
The indices for type converters.
See Also