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!

BindingManager.AddCore

[To be supplied.]

[Visual Basic]
Overridable Protected Sub AddCore( _
   ByVal dataSource As Object, _
   ByVal listManager As ListManager _
)
[C#]
protected virtual void AddCore(
   object dataSource,
   ListManager listManager
);
[C++]
protected: virtual void AddCore(
   Object* dataSource,
   ListManager* listManager
);
[JScript]
protected function AddCore(
   dataSource : Object,
   listManager : ListManager
);

Parameters

dataSource
[To be supplied.]
listManager
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentNullException The dataSource is a null reference (in Visual Basic Nothing).

-Or-

The listManager is a null reference (Nothing).

See Also

BindingManager Class | BindingManager Members | System.WinForms Namespace