Click or drag to resize
ExpressionReplacerFromToSet Property
Gets or sets The set of expressions to replace with the expression to replace it with.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<Expression, Expression> FromToSet { get; }

Property Value

Type: DictionaryExpression, Expression
See Also