QueryExtender::Expressions Property

.NET Framework (current version)
 

Gets the collection of expressions that are applied to the IDataSource control.

Namespace:   System.Web.UI.WebControls
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 that are applied to the data source control.

.NET Framework
Available since 4.0
Return to top
Show: