Click or drag to resize
EntityFieldsCoreTFieldIEntityFieldsCoreCleanAndPreserveExpressionsFromFields Method
Removes the expressions from fields and returns them in the dictionary, key is field index, value is the expression on that field. Only removes expressions from fields which have a non-empty containingobjectname, as those are real entity fields.

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
Dictionary<int, IExpression> IEntityFieldsCore.CleanAndPreserveExpressionsFromFields()

Return Value

Type: DictionaryInt32, IExpression
Dictionary with 0 or more field index - expression pairs.

Implements

IEntityFieldsCoreCleanAndPreserveExpressionsFromFields
See Also