When overridden in a derived class, returns code that is used during page execution to obtain the evaluated expression.
- entry
- The object that represents information about the property bound to by the expression.
- parsedData
- The object containing parsed data as returned by ExpressionBuilder.ParseExpression(string, Type, ExpressionBuilderContext).
- context
- Contextual information for the evaluation of the expression.
A System.CodeDom.CodeExpression that is used for property assignment.
Classes that inherit from the System.Web.Compilation.ExpressionBuilder class must implement the ExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) abstract method.