Add a EntityDataBindingItem to the collection

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public void AddAt(
	int index,
	EntityDataBindingItem item
)
Visual Basic (Declaration)
Public Sub AddAt ( _
	index As Integer, _
	item As EntityDataBindingItem _
)

Parameters

index
Type: System..::.Int32
The index in the collection which the item be added at
item
Type: Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingItem
The item to be added to the collection

See Also