System.Web.Compilation.ConnectionStringsExpressionBuilder Members

The members of System.Web.Compilation.ConnectionStringsExpressionBuilder are listed below.

See Also: Inherited members from System.Web.Compilation.ExpressionBuilder

Public Constructors

Public Properties

[read-only]
override
SupportsEvaluatebool.

Returns a value indicating whether an expression can be evaluated in a page that is not compiled.

Public Methods

override
EvaluateExpression(object, System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) : object

Returns a value from the <connectionStrings> section of the Web.config file.

override
GetCodeExpression(System.Web.UI.BoundPropertyEntry, object, ExpressionBuilderContext) : System.CodeDom.CodeExpression

Returns a code expression to evaluate during page parsing.

static
GetConnectionString(string) : string

Returns a connection string from the <connectionStrings> section of the Web.config file.

static
GetConnectionStringProviderName(string) : string

Returns the connection string provider from the <connectionStrings> section of the Web.config file.

override
ParseExpression(string, Type, ExpressionBuilderContext) : object

Returns an object that represents the parsed expression.