Click or drag to resize
FieldUtilitiesPrecalculateEntityMaterializationData 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.3.0.0 (5.3.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.ORMSupportClassesIEntityFieldsCore
The row destination.
fieldsPersistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The fields persistence info.
indicesForEnumConverts
Type: System.Collections.GenericDictionaryInt32, Type
The indices for enum converts.
indicesForTypeConverters
Type: System.Collections.GenericDictionaryInt32, TypeConverter
The indices for type converters.
See Also