Edit

Share via


DataBindingCollection.Add(DataBinding) Method

Definition

Adds the specified DataBinding object to the DataBindingCollection collection.

C#
public void Add(System.Web.UI.DataBinding binding);

Parameters

binding
DataBinding

The data-binding object to add to the collection.

Applies to