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.5.0.0 (5.5.18.1019)
Syntaxpublic static void PrecalculateEntityMaterializationData(
	IEntityFieldsCore rowDestination,
	IFieldPersistenceInfo[] fieldsPersistenceInfo,
	out Dictionary<int, Type> indicesForEnumConverts,
	out Dictionary<int, TypeConverter> indicesForTypeConverters
)
Public Shared Sub PrecalculateEntityMaterializationData ( 
	rowDestination As IEntityFieldsCore,
	fieldsPersistenceInfo As IFieldPersistenceInfo(),
	<OutAttribute> ByRef indicesForEnumConverts As Dictionary(Of Integer, Type),
	<OutAttribute> ByRef indicesForTypeConverters As Dictionary(Of Integer, TypeConverter)
)
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