Class ExpressionPromoter
Implements
Inherited Members
Namespace: System.Linq.Dynamic.Core.Parser
Assembly: System.Linq.Dynamic.Core.dll
Syntax
public class ExpressionPromoter : IExpressionPromoter
Constructors
| Improve this Doc View SourceExpressionPromoter(ParsingConfig)
Initializes a new instance of the ExpressionPromoter class.
Declaration
public ExpressionPromoter(ParsingConfig config)
Parameters
| Type | Name | Description |
|---|---|---|
| ParsingConfig | config | The ParsingConfig. |
Methods
| Improve this Doc View SourcePromote(Expression, Type, Boolean, Boolean)
Declaration
public virtual Expression Promote(Expression expr, Type type, bool exact, bool convertExpr)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression | expr | |
| Type | type | |
| Boolean | exact | |
| Boolean | convertExpr |
Returns
| Type | Description |
|---|---|
| Expression |