In This Topic
This class is not intended for use in dotConnect Universal. It is kept for compatibility with other dotConnect data providers.
Syntax
'Declaration
Public Class DataLink
Inherits System.Windows.Forms.BindingSource
Implements System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ICancelAddNew, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList, System.IDisposable, System.Windows.Forms.ICurrencyManagerProvider
public class DataLink : System.Windows.Forms.BindingSource, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ICancelAddNew, System.ComponentModel.IComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList, System.IDisposable, System.Windows.Forms.ICurrencyManagerProvider
Inheritance Hierarchy
See Also