DataSourceExpressionCollection.Insert Method (Int32, DataSourceExpression)

.NET Framework (current version)
 

Inserts a data source expression object into an DataSourceExpressionCollection object at the specified index.

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

member Insert : 
        index:int *
        expression:DataSourceExpression -> unit

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
Return to top
Show: