DataSourceExpressionCollection::Remove Method (DataSourceExpression^)

.NET Framework (current version)
 

Removes the first occurrence of the specified data source expression object from the DataSourceExpressionCollection object.

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

public:
void Remove(
	DataSourceExpression^ expression
)

Parameters

expression
Type: System.Web.UI.WebControls.Expressions::DataSourceExpression^

The data source expression object to remove.

.NET Framework
Available since 4.0
Return to top
Show: