Click or drag to resize

IEntityFieldsCoreReassignExpressionsOnFields Method

Reassigns the expressions on fields. Specified are the expressions per field index, as returned by CleanAndPreserveExpressionsFromFields

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void ReassignExpressionsOnFields(
	Dictionary<int, IExpression> expressionPerFieldIndex
)

Parameters

expressionPerFieldIndex
Type: System.Collections.GenericDictionaryInt32, IExpression
Index of the expression per field.
See Also