Microsoft.VisualBasic.Compatibility.Data Provides compatibility with the Visual Basic 6.0 ADO Data Control, which enabled you to create a connection to a database using Microsoft ActiveX Data Objects (ADO). Initializes a new instance of the class. Adds an interface to monitor changes in a data set. A Msdatasrc.DataSourceListener. Gets or sets the background color for a . A that represents the background color of the . Gets a value that indicates whether the current row position is before the first row in a . true if the current row position is before the first row; otherwise false. Gets or sets a value that indicates what action the takes when the property is true. A enumeration that specifies the action to take. Gets or sets the number of records that are cached in local memory for the current . An Integer that specifies the number of records that are cached in local memory for the current object. The default is 50 records. Gets or sets the duration, in seconds, that the waits for a command to return from the server. An Integer that specifies the number of seconds to wait when a connection is being established. The default is 15 seconds. Gets or sets a value that informs the what type of command to pass when opening a . A ADODB.CommandTypeEnum enumeration that specifies the command type. Gets of sets the information that is used to establish a connection to a data source. A that contains the connection information. Gets or sets the duration of time, in seconds, for which the provider attempts to connect to the server specified in the property. An Integer that specifies the number of seconds to wait when a connection is being established. The default is 15 seconds. Gets or sets the location of the cursor library for the object. A ADODB.CursorLocationEnum enumeration that specifies s the location. The default is ADODB.CursorLocationEnum.adUseClient. Gets or sets a value that specifies the default type of cursor to use when opening a result set from the specified query. A ADODB.CursorTypeEnum enumeration that specifies the type of cursor to use. Releases the unmanaged resources used by a and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. The EndOfRecordset event is called when there is an attempt to move to a row past the end of the . Gets a value that indicates whether the current row position is after the last row in a . true if the current row position is after the last row; otherwise false. Gets or sets a value that indicates what action the takes when the property is true. A enumeration that specifies the action to take. Occurs when an exception is raised in a . Occurs when a control completes a fetch from a database. Occurs while a control is fetching data from a database. Occurs when an update to a Field in a for a control is complete. Returns a for a . Returns a data access object (such as a row position) for a given data member. A that describes the data member that represents one or more sets of data supported by the data source. The interface identifier of the specified data access object. Implements the OLE DB DataSource.getDataMemberCount method. An Integer that represents the count. Implements the OLE DB DataSource.getDataMemberName method. A that describes the data member name. An index into the list of data member names. Gets or sets a value that indicates the type of concurrency handling. A ADODB.LockTypeEnum enumeration that specifies the type of concurrency handling. Gets or sets the maximum number of records that can be retrieved from the data source. An Integer that specifies the number of records that can be retrieved from the data source. Gets or sets a value that specifies the available permissions for modifying data in a Connection or opening a Record in a . A ADO.ConnectModeEnum that specifies the mode. Occurs when a MoveFirst, MoveNext, or MoveLast method has occurred in a Recordset for a control. Raises the event. An that contains the event data. Gets or sets a value that specifies whether a will be oriented horizontally (the default) or vertically. A enumeration that specifies the orientation. Sets the password that is used during the creation of an ADO Recordset object. A that contains the password. Occurs when the current record has changed in the Recordset of a control. Gets or sets a reference to the underlying ADO Recordset object. An ADO Recordset object. Occurs when the Recordset for a control changes. Gets or sets the statement or query that returns a . A that contains the statement or query. Forces a control to invalidate its client area and immediately redraw itself and any child controls. Removes a DataSourceListener. A Msdatasrc.DataSourceListener. Gets or sets the text that is contained in the display area of a . A that specifies the text. Gets or sets a value that represents a user of an ADO Recordset object. A that contains a user name. Occurs before the current field in a Recordset of a control changes. Occurs before the current record in a Recordset of a control changes. Occurs before the Recordset of a control changes. Occurs before the MoveFirst, MoveNext, or MoveLast method of a Recordset of a control executes. Provides constants for compatibility with the Visual Basic 6.0 BOFAction property. Keeps the first record as the current record. Moving past the start of a Recordset triggers the Validate event on the first record, followed by a Reposition event on the invalid (BOF) record. At this point, the Move Previous button on the is disabled. Represents the method that will handle an event. A Boolean determining whether the end of the has been reached. An ADODB.EventStatusEnum. An ADODB.Recordset object. Provides constants for compatibility with the Visual Basic 6.0 EOFAction property. Keeps the last record as the current record. Moving past the end of a Recordset triggers the ADODC's Validation event on the last record, followed by a Reposition event on the invalid (EOF) record. At this point, the MoveNext button on the ADODC is disabled. Moving past the last record triggers the ADODC's Validation event to occur on the current record, followed by an automatic AddNew, followed by a Reposition event on the new record. Represents the method that will handle an Error event. An Integer that represents the error number. A String that contains the error message. An Integer that represents the error source. A String that represents the source name. A String that represents the Help file for the error. An Integer that represents the context ID for a Help topic. A Boolean that determines whether the user can cancel the error dialog box. Represents the method that will handle a FetchComplete event. An ADODB.Error object. An ADODB.EventStatusEnum enumeration. An ADODB.Recordset object. Represents the method that will handle a FetchProgress event. An Integer representing the progress of the fetch operation. An Integer representing the size of the fetch operation. An ADODB.EventStatusEnum. An ADODB.Recordset object. Represents the method that will handle a FieldChange event. An Integer that specifies the number of fields. An ADODB.Field object. An ADODB.Error object. An ADODB.EventStatusEnum. An ADODB.Recordset object. Represents the method that will handle a MoveComplete event. An ADODB.EventReasonEnum. An ADODB.Error object. An ADODB.EventStatusEnum. An ADODB.Recordset object. Provides constants for compatibility with the Visual Basic 6.0 Orientation property. The ADODC will be displayed horizontally. The ADODC will be displayed vertically. Represents the method that will handle a RecordChangeComplete event. An ADODB.EventReasonEnum. An Integer representing the number of records. An ADODB.Error object. An ADODB.EventStatusEnum. An ADODB.Recordset object. Represents the method that will handle a RecordsetChangeComplete event. An ADODB.EventReasonEnum. An ADODB.Field object. An ADODB.Error object. An ADODB.EventStatusEnum. Represents the method that will handle a WillChangeField event. An Integer that represents the number of fields. An Object that contains the fields. An ADODB.EventStatusEnum. An ADODB.Recordset object. Represents the method that will handle a WillChangeRecord event. An ADODB.EventReasonEnum. An Integer that represents the number of records. An ADODB.EventStatusEnum. An ADODB.Recordset object. Represents the method that will handle a WillChangeRecordset event. An ADODB.EventReasonEnum. An ADODB.EventStatusEnum. An ADODB.Recordset object. Represents the method that will handle a WillMove event. An ADODB.EventReasonEnum. An ADODB.EventStatusEnum. An ADODB.Recordset object. Provides a control array of controls. Initializes a new instance of the class. Initializes a new instance of the class, specifying its container. The where the control array will be hosted. Occurs when the value of the property changes. Occurs when the value of the property changes. Occurs when the value of the property changes. Gets a value that determines whether a control is a member of an . true if is a member of the control array; otherwise false. An control. Occurs when the value of the property changes. Occurs when the focus or keyboard user interface (UI) cues change. Occurs when an in an is clicked. Occurs when the value of the property changes. Occurs when an control is loaded. Occurs when the value of the property changes. Occurs when the value of the property changes. Occurs when an control in an is double-clicked. Occurs when a drag-and-drop operation is completed. Occurs when an object is dragged into the control's bounds. Occurs when an object is dragged out of the control's bounds. Occurs when an object is dragged over the control's bounds. Occurs when the value of the property changes. Occurs when the property of an control changes. Occurs when the control is entered. Occurs when an exception is raised for an control. Occurs when an control completes a fetch from a database. Occurs while an control is fetching data from a database. Occurs when an update to a Field in a Recordset for an control is complete. Occurs when the value of the property changes. Occurs when the value of the property changes. Overrides . A . Gets the index of an in a . A Short that represents the index of the specified . An in the control array. Occurs during a drag operation. Occurs when the user requests Help for a control. Overrides . An . Occurs when value of the property changes. Gets a specific element of an by index. Read-only. An at the specified in the control array. A Short that specifies the position of an element of the control array. Occurs when a key is pressed and the control has focus. Occurs when a key is pressed and the control has focus. Occurs when a key is released and the control has focus. Occurs when a control should reposition its child controls. Occurs when the input focus leaves the control. Occurs when the value of the property changes. Occurs when the mouse pointer is over the control and a mouse button is pressed. Occurs when the mouse pointer enters the control. Occurs when the mouse pointer rests on the control. Occurs when the mouse pointer leaves the control. Occurs when the mouse pointer is moved over the control. Occurs when the mouse pointer is over the control and a mouse button is released. Occurs when the control is moved. Occurs when a MoveFirst, MoveNext, or MoveLast method has occurred in a Recordset for an control. Occurs when the control is redrawn. Occurs when the control's property changes. Occurs when an is providing Help to accessibility applications. Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Occurs when the current record has changed in the Recordset of an control. Occurs when the Recordset for an control changes. The ResetIndex method is not supported in the class A . Occurs when the control is resized. Occurs when the property value changes. Sets the index of the initial in a . An in the control array. A Short that represents the index of the specified . Returns a value that indicates whether an control is a member of this . If the specified is a member of a different , ShouldSerializeIndex returns false. Note: Functions and objects in the 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. An control. Occurs when the property value changes. Occurs when the control style changes. Occurs when the system colors change. Occurs when the property value changes. Occurs when the property value changes. Occurs when the control is finished validating. Occurs when the control is validating. Occurs when the property value changes. Occurs before a Field in the Recordset of an control changes. Occurs before the current record in a Recordset of an control changes. Occurs before the Recordset of an control changes. Occurs before the MoveFirst, MoveNext, or MoveLast method of a Recordset of an control executes. Emulates a Visual Basic 6.0 Data Environment in applications that have been upgraded from Visual Basic 6.0. Initializes a new instance of the class. This method is not implemented in the class. None. Gets a collection of ADODB.Command objects for use in an application upgraded from Visual Basic 6.0. A collection of ADODB.Command objects. Gets a collection of ADODB.Command objects for use in an application upgraded from Visual Basic 6.0. A collection of ADODB.Command objects. A Visual Basic 6.0 Variant that contains the ADODB.Command objects. Gets a collection of ADODB.Connection objects for use in an application upgraded from Visual Basic 6.0. A collection of ADODB.Connection objects. Gets a collection of ADODB.Connection objects for use in an application upgraded from Visual Basic 6.0. A collection of ADODB.Connection objects. A Visual Basic 6.0 Variant that contains the ADODB.Connection objects. Releases the unmanaged resources that are used by a . Releases the unmanaged resources that are used by a , and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. Overrides the method. Invokes a method based on an ADODB.Command object. An that contains the ADODB.Command object. A String that contains an ADODB.Command object. A GUID representing an ADODB.Recordset object. Gets a count of ADODB.Command objects. An Integer that contains the count. This method is not implemented in the class. Nothing. Not applicable. Contains the collection. Contains the collection. Contains a collection. Contains the collection. Gets the object. A object. Gets a collection of ADODB.Recordset objects for use in an application upgraded from Visual Basic 6.0. A collection of ADODB.Recordset objects. Gets a collection of ADODB.Recordset objects for use in an application upgraded from Visual Basic 6.0. A collection of ADODB.Recordset objects. A Visual Basic 6.0 Variant that contains the ADODB.Recordset objects. This method is not implemented in the class. Not applicable. Supports a simple iteration over a binding collection in an application upgraded from Visual Basic 6.0. Gets the current element in the binding collection. The current element in the collection. Advances the enumerator to the next element of the collection. true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. A Structure that contains data that is used internally by an application that has been upgraded from Visual Basic 6.0. An Integer used by the Structure. An used by the  Structure. Provides a Structure that represents an ADO binding in an application that has been upgraded from Visual Basic 6.0. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A Structure that contains data that is used internally by an application that has been upgraded from Visual Basic 6.0. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. Provides a Structure that is used internally in an application that has been upgraded from Visual Basic 6.0. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. Provides a managed equivalent of the DBinding interface from the Microsoft Data Binding Collection library (msbind) for use in applications upgraded from Visual Basic 6.0. Gets or sets a value indicating that data has changed. true if data has changed; otherwise, false. Gets a data field. A String that contains the data. Gets or sets the data format for a data field. An interface. Gets the key value for a data field. A String that contains the key value. Gets a data object. An that contains data. Gets the name of a property from a data object. A String that contains the property name. Provides an interface to replace COM-based data binding in an application upgraded from Visual Basic 6.0. Adds a to a . A interface. An that contains data. A String that contains a property name. A String that contains the name of a data field. Optional. An interface. Optional. A String that contains the key value. Clears the collection of binding objects. Gets the total number of bindings in the . An Integer that contains the count. Gets or sets the data member for a . A string that contains the name of the data member. Gets or sets the data source for a . A COM-based msdatasrc.DataSource object. Gets the at the specified index. A interface. An representing the index. Removes a interface from a . An representing the index. Gets the current row from the object's data source and resets the contents of controls bound through the object. Gets or sets the for a . An enumeration. Provides an enumeration for use by the tools for upgrading Visual Basic 6.0 applications to Visual Basic 2008. 0 1 2 3 4 5 6 Provides a Structure for use in an application that has been upgraded from Visual Basic 6.0. A field for the internal  Structure. A field for the internal  Structure. A field for the internal  Structure. Provides an implementation of the OLE DB IAccessor interface for use by applications upgraded from Visual Basic 6.0. Adds a reference count to an existing accessor. The handle of the accessor for which to increment the reference count. A pointer to memory in which to return the reference count of the accessor handle. If is a null pointer, no reference count is returned. Creates an accessor from a set of bindings. A bitmask that describes the properties of the accessor and how it can be used. The number of bindings in the accessor. An array of structures. The number of bytes allocated for a single set of parameters or criteria values in the consumer's buffer. A pointer to memory in which to return the handle of the created accessor. A pointer to an array of DBBINDSTATUS values. Returns the bindings in an accessor. The handle of the accessor for which to return the bindings. A pointer to memory in which to return a bitmask that describes the properties of the accessor and how it is intended to be used. A pointer to memory in which to return the number of bindings in the accessor. A pointer to memory in which to return an array of DBBINDSTATUS structures. Releases an accessor. The handle of the accessor to release. A pointer to memory in which to return the remaining reference count of the accessor handle. Provides an implementation of the OLE DB IAccessor interface for use by applications upgraded from Visual Basic 6.0. Adds a reference count to an existing chapter. The handle of the chapter for which to increment the reference count. A pointer to memory in which to return the reference count of the chapter handle. Releases a chapter. The chapter handle. A pointer to memory in which to return the reference count of the chapter handle. Provides an implementation of the OLE DB IColumnInfo interface for use by applications upgraded from Visual Basic 6.0. Returns the column metadata needed by most consumers. A pointer to memory in which to return the number of columns in the rowset; this number includes the bookmark column, if there is one. A pointer to memory in which to return an array of DBCOLUMNINFO structures. A pointer to memory in which to return a pointer to storage for all string values (names used either within columnid or for pwszName) within a single allocation block. Returns an array of ordinals of the columns in a rowset that are identified by the specified column IDs. The number of column IDs to map. An array of IDs of the columns for which to determine the column ordinals. An array of ordinals of the columns identified by the elements of . Provides an implementation of the OLE DB IConnectionPoint interface for use by applications upgraded from Visual Basic 6.0. Establishes an advisory connection between the connection point and the caller's sink object. A reference to the sink to receive calls for the outgoing interface managed by this connection point. When this method returns, contains the connection cookie. This parameter is passed uninitialized. Creates an enumerator object for iteration through the connections that exist to this connection point. When this method returns, contains the newly created enumerator. This parameter is passed uninitialized. Returns the IID of the outgoing interface managed by this connection point. When this parameter returns, contains the IID of the outgoing interface managed by this connection point. This parameter is passed uninitialized. Retrieves the IConnectionPointContainer interface pointer to the connectable object that conceptually owns this connection point. When this parameter returns, contains the connectable object's IConnectionPointContainer interface. This parameter is passed uninitialized. Closes an advisory connection that was previously established through the method. The connection cookie previously returned from the method. Provides an implementation of the OLE DB IConnectionPointContainer interface for use by applications upgraded from Visual Basic 6.0. Creates an enumerator of all the connection points supported in the connectable object, one connection point per IID. When the method returns, this parameter contains the interface pointer of the enumerator. This parameter is passed uninitialized. Queries the connectable object about whether it has a connection point for a particular IID, and, if so, returns the IConnectionPoint interface pointer to that connection point. A reference to the outgoing interface IID whose connection point is being requested. When the method returns, this parameter contains the connection point that manages the outgoing interface . This parameter is passed uninitialized. Provides support for the property of the interface. Creates a shallow copy of the . An . Converts an to a Visual Basic 6.0 Variant. An Integer. An . A . Determines whether an is the default . A . Gets a binding for a . A . An Integer. An . A structure. A structure. An Integer. An Integer. Gets the data for an interface. An Integer. An . A . An Integer. An . Gets a locale ID for an interface. An Integer. Gets the raw data for an interface. An Integer. An . A . An Integer. Gets the subformat type for an interface. An Integer. Releases a binding for an interface. An Integer. Releases the data for an interface. An Integer. An . Sets the data for an interface. An Integer. An . A . An . Sets the locale ID for an . An Integer. Sets the raw data for an . An Integer. An . A . Sets the subformat type for an interface. An Integer. Provides support for the property of the interface. Manages the definition of the IEnumConnectionPoints interface. Creates a new enumerator that contains the same enumeration state as the current one. When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized. Retrieves a specified number of items in the enumeration sequence. The number of references to return in . When this method returns, contains a reference to the enumerated connections. This parameter is passed uninitialized. When this method returns, contains a reference to the actual number of connections enumerated in . Resets the enumeration sequence to the beginning. Skips a specified number of items in the enumeration sequence. The number of elements to skip in the enumeration. Manages the definition of the IEnumConnections interface. Creates a new enumerator that contains the same enumeration state as the current one. When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized. Retrieves a specified number of items in the enumeration sequence. The number of structures to return in . When this method returns, contains a reference to the enumerated connections. This parameter is passed uninitialized. When this method returns, contains a reference to the actual number of connections enumerated in . Resets the enumeration sequence to the start. Skips a specified number of items in the enumeration sequence. The number of elements to skip in the enumeration. Provides an implementation of the OLE DB IRowPosition interface for use by applications upgraded from Visual Basic 6.0. Clears the row position. Retrieves the current row position. A pointer to memory in which to return the chapter associated with the current row. If the rowset is not chaptered, is set to DB_NULL_HCHAPTER. If is a null pointer on input, no chapter value is returned. A pointer to memory in which to return the hRow of the current row position; or DB_NULL_HROW if there is no current row position. A pointer to memory in which to return additional information about the row position. Returns the current underlying Rowset. The requested IID for the rowset returned in . A pointer to memory in which to return the interface pointer of the underlying rowset. Initializes the row position object by setting the source rowset. Pointer to an interface on the source rowset. Sets the current row position. The chapter associated with the current row, or with DB_NULL_HCHAPTER if the rowset is not chaptered. The new current row. A flag indicating additional information about the new row position. Provides an implementation of the OLE DB IRowPositionChange interface for use by applications upgraded from Visual Basic 6.0. Notifies the consumer of a row position object of a change to the current row position. An Integer that represents the result. The reason of the event that caused this change. The phase of this notification. When this flag is set to true, the consumer cannot veto the event by returning S_FALSE because the provider cannot undo the event. Provides an implementation of the OLE DB IRowset interface for use by applications upgraded from Visual Basic 6.0. Adds a reference count to an existing row handle. The number of rows for which to increment the reference count. An array of row handles for which to increment the reference count. The reference count of row handles is incremented by one for each time they appear in the array. An array with elements in which to return the new reference count for each row handle. The consumer allocates memory for this array. If is a null pointer, no reference counts are returned. An array with elements in which to return values indicating the status of each row specified in . Retrieves data from the rowset's copy of the row. The handle of the row from which to get the data. The handle of the accessor to use. A pointer to a buffer in which to return the data. Fetches rows sequentially, remembering the previous position. The chapter handle designating the rows to fetch. The signed count of rows to skip before fetching rows. Deleted rows that the provider has removed from the rowset are not counted in the skip. The number of rows to fetch. A negative number means to fetch backward. A pointer to memory in which to return the actual number of fetched rows. A pointer to memory in which to return an array of handles of the fetched rows. Releases rows. An Integer representing the result. The number of rows to release. An array of handles of the rows to be released. The row handles do not need to form a logical cluster; they may have been obtained at separate times and need not be for contiguous underlying rows. Row handles are decremented by one reference count for each time they appear in the array. An array of elements containing bitmasks indicating additional options to be specified when a row is released. An array with elements in which to return the new reference count of each row. An array with elements in which to return values indicating the status of each row specified in . Repositions the next fetch position to its initial position. An Integer representing the result. The chapter handle designating the rows on which to reposition. Provides an implementation of the OLE DB IRowsetChange interface for use by applications upgraded from Visual Basic 6.0. Deletes rows. The chapter handle. The number of rows to be deleted. An array of handles of the rows to be deleted. An array with elements in which to return values indicating the status of each row specified in . Creates and initializes a new row. The chapter handle. The handle of the accessor to use. A pointer to memory containing the new data values, at offsets that correspond to the bindings in the accessor. A pointer to memory in which to return the handle of the new row. Sets data values in one or more columns in a row. The handle of the row in which to set data. The handle of the accessor to use. A pointer to memory containing the new data values, at offsets that correspond to the bindings in the accessor. Provides an implementation of the OLE DB IRowsetIdentity interface for use by applications upgraded from Visual Basic 6.0. Compares two row handles to see whether they refer to the same row instance. An Integer representing the result. The handle of an active row. The handle of an active row. Provides an implementation of the OLE DB IRowsetInfo interface for use by applications upgraded from Visual Basic 6.0. Returns the current settings of all properties supported by the rowset. The number of DBPROPIDSET structures in . An array of DBPROPIDSET structures. A pointer to memory in which to return the number of DBPROPSET structures returned in . A pointer to memory in which to return an array of DBPROPSET structures. Returns an interface pointer to the rowset to which a bookmark or chapter applies. The bookmark or chapter column for which to get the related rowset. The IID of the interface pointer to return in . A pointer to memory in which to return an IUnknown interface pointer on the rowset that interprets values from this column. Returns an interface pointer on the object (command or session) that created this rowset. The IID of the interface on which to return a pointer. A pointer to memory in which to return the interface pointer. Provides an implementation of the OLE DB IRowsetNotify interface for use by applications upgraded from Visual Basic 6.0. Notifies the consumer of any change to the value of a column. An Integer representing the result. A pointer to the rowset, because the consumer may be receiving notifications from multiple rowsets and this identifies which one is calling. The handle of the row in which the column value was changed. The count of columns in . An array of columns in the row for which the value was changed. The reason for the change, as indicated by the value of DBREASON. The phase of this notification. When this flag is set to true, the consumer cannot veto the event by returning S_FALSE because the provider cannot undo the event. Notifies the consumer of the first change to a row or of any change that affects the entire row. An Integer representing the result. A pointer to the rowset, because the consumer may be receiving notifications from multiple rowsets and this identifies which one is calling. The count of row handles in . An array of handles of rows that are changing. The reason for the change, as indicated by the value of DBREASON. The phase of this notification. When this flag is set to true, the consumer cannot veto the event by returning S_FALSE because the provider cannot undo the event. Notifies the consumer of any change affecting the entire rowset. An Integer representing the result. A pointer to the rowset, because the consumer may be receiving notifications from multiple rowsets and this identifies which one is calling. The reason for the change, as indicated by the value of DBREASON. The phase of this notification. When this flag is set to true, the consumer cannot veto the event by returning S_FALSE because the provider cannot undo the event. Enables Windows Forms controls to be bound to ADO recordsets. This type is a managed equivalent of the Visual Basic 6.0 msbind library. Gets or sets a value indicating whether data has changed. true if data has changed; otherwise, false. Gets a data field. A String that contains the data. Gets or sets the data format for a data field. An interface. Releases the unmanaged resources that are used by an . Releases the unmanaged resources that are used by an and, optionally, releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. Gets the key value for a data field. A String that contains the key value. Gets a data object. An that contains data. Gets the name of a property from a data object. A String that contains the property name. Provides an interface to replace COM-based data binding in an application upgraded from Visual Basic 6.0. Initializes an instance of a . Adds a to a . A interface. An that contains data. A String that contains a property name. A String that contains the name of a data field. Optional. An interface. Optional. A String that contains the key value. Adds a to a . A interface. An that contains data. A String that contains a property name. A String that contains the name of a data field. An interface. A String that contains the key value. true to bind immediately; otherwise false. Clears the collection of binding objects. Gets the total number of bindings in the . An Integer that contains the count. Gets or sets the data member for a . A String that contains the name of the data member. Gets or sets the data source for a . A COM-based msdatasrc.DataSource object. Releases the unmanaged resources that are used by a . Releases the unmanaged resources that are used by a and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. Gets an enumerator for a . An for the collection. Gets the at the specified index. A interface. An that represents the index. Removes a interface from a . An that represents the index. Determines whether to save changes in a . Gets the current row from the data source of the object and resets the contents of controls bound through the object. Gets or sets the for a . A enumeration. Provides an attribute for use in upgrading Visual Basic 6.0 applications to Visual Basic 2008. Initializes an instance of an . A that contains the description. Gets the string that contains the description for an . A that contains the description. Provides a Structure that represents a in an application that has been upgraded from Visual Basic 6.0. A field containing a for the internal  Structure. Provides a Structure that represents a pointer to a Name property in an application that has been upgraded from Visual Basic 6.0. Contains a for the internal Structure. Provides constants for compatibility with the Visual Basic 6.0 UpdateMode method. 0 1 2