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!

BindingsCollection.RemoveCore

Removes the specified ListBinding from the collection.

[Visual Basic]
Overridable Protected Sub RemoveCore( _
   ByVal dataBinding As ListBinding _
)
[C#]
protected virtual void RemoveCore(
   ListBinding dataBinding
);
[C++]
protected: virtual void RemoveCore(
   ListBinding* dataBinding
);
[JScript]
protected function RemoveCore(
   dataBinding : ListBinding
);

Parameters

dataBinding
The ListBinding object to remove.

See Also

BindingsCollection Class | BindingsCollection Members | System.WinForms Namespace