IEntityFieldsCoreCleanAndPreserveExpressionsFromFields 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.4.0.0 (5.4.0)
Syntax Dictionary<int, IExpression> CleanAndPreserveExpressionsFromFields()
Function CleanAndPreserveExpressionsFromFields As Dictionary(Of Integer, IExpression)
Return Value
Type:
DictionaryInt32,
IExpressionDictionary with 0 or more field index - expression pairs.
See Also