DBindingCollection Interface
Note: This API is now obsolete.
Provides an interface to replace COM-based data binding in an application upgraded from Visual Basic 6.0.
Assembly: Microsoft.VisualBasic.Compatibility.Data (in Microsoft.VisualBasic.Compatibility.Data.dll)
The DBindingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the total number of bindings in the DBindingCollection. |
![]() | DataMember | Gets or sets the data member for a DBindingCollection. |
![]() | DataSource | Gets or sets the data source for a DBindingCollection. |
![]() | Item | Gets the DBinding at the specified index. |
![]() | UpdateMode | Gets or sets the UpdateMode for a DBindingCollection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a DBinding to a DBindingCollection. |
![]() | Clear | Clears the collection of binding objects. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | Remove | Removes a DBinding interface from a DBindingCollection. |
![]() | UpdateControls | Gets the current row from the DBindingCollection object's data source and resets the contents of controls bound through the object. |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
Note |
|---|
|
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
