QueryExpression::Expressions Property

.NET Framework (current version)
 

Gets the collection of expressions in the query.

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
property DataSourceExpressionCollection^ Expressions {
	DataSourceExpressionCollection^ get();
}

Property Value

Type: System.Web.UI.WebControls.Expressions::DataSourceExpressionCollection^

The collection of expressions in the query.

.NET Framework
Available since 4.0
Return to top
Show: