DataSourceExpressionCollection::RemoveAt Method (Int32)

.NET Framework (current version)
 

Removes a data source expression object at a specified index from the DataSourceExpressionCollection object.

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

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The zero-based index of the data source expression to remove.

.NET Framework
Available since 4.0
Return to top
Show: