ExpressionReplacerFromToSet Property |
Gets or sets The set of expressions to replace with the expression to replace it with.
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Dictionary<Expression, Expression> FromToSet { get; }
Public ReadOnly Property FromToSet As Dictionary(Of Expression, Expression)
Get
Property Value
Type:
DictionaryExpression,
ExpressionSee Also