NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlBindingsCollection.Add (ListBinding)

Adds the binding to the collection. An ArgumentNullException is thrown if this binding is null. An exception is thrown if a binding to the same target and Property as an existing binding or if the binding's column isn't a valid column given this DataSource.Table's schema. Fires the CollectionChangedEvent.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal binding As ListBinding _
)
[C#]
public void Add(
   ListBinding binding
);
[C++]
public: void Add(
   ListBinding* binding
);
[JScript]
public function Add(
   binding : ListBinding
);

Parameters

binding
The binding to add.

See Also

ControlBindingsCollection Class | ControlBindingsCollection Members | System.WinForms Namespace | ControlBindingsCollection.Add Overload List