System.Web.Compilation.ConnectionStringsExpressionBuilder.ParseExpression Method

Returns an object that represents the parsed expression.

Syntax

public override object ParseExpression (string expression, Type propertyType, ExpressionBuilderContext context)

Parameters

expression
The value of the declarative expression.
propertyType
The targeted type for the expression.
context
Properties for the control or page.

Returns

An object containing the parsed representation of the expression.

Remarks

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0