DataSourceExpressionCollection::Insert Method (Int32, DataSourceExpression^)
.NET Framework (current version)
Inserts a data source expression object into an DataSourceExpressionCollection object at the specified index.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which the object should be inserted.
- expression
-
Type:
System.Web.UI.WebControls.Expressions::DataSourceExpression^
The data source expression object to insert.
.NET Framework
Available since 4.0
Available since 4.0
Show: