ExpressionBuilder Constructor ()
.NET Framework (current version)
Initializes a new instance of the ExpressionBuilder class.
Assembly: System.Web (in System.Web.dll)
Because the ExpressionBuilder class is abstract, you cannot create an instance of ExpressionBuilder directly by using the ExpressionBuilder constructor.
Notes to Implementers:
When deriving from the ExpressionBuilder class, override the ExpressionBuilder constructor to implement custom initialization actions for your expression builder implementation.
.NET Framework
Available since 2.0
Available since 2.0
Show: