AdoDotNetObjectEnumerator Class

Definition

Provides an implementation of the DataObjectEnumerator class using the ADO.NET GetSchema API.

public ref class AdoDotNetObjectEnumerator : Microsoft::VisualStudio::Data::DataObjectEnumerator
[System.Runtime.InteropServices.Guid("9EEA02EB-4328-456b-B1B3-83EC5A942C16")]
public class AdoDotNetObjectEnumerator : Microsoft.VisualStudio.Data.DataObjectEnumerator
[<System.Runtime.InteropServices.Guid("9EEA02EB-4328-456b-B1B3-83EC5A942C16")>]
type AdoDotNetObjectEnumerator = class
    inherit DataObjectEnumerator
Public Class AdoDotNetObjectEnumerator
Inherits DataObjectEnumerator
Inheritance
AdoDotNetObjectEnumerator
Attributes

Constructors

AdoDotNetObjectEnumerator()

Class constructor. Instantiates a new instance of the AdoDotNetObjectEnumerator class.

Properties

Connection

Retrieves the current data connection.

(Inherited from DataObjectEnumerator)
Site

Retrieves or sets the object site.

(Inherited from ObjectWithSite)

Methods

EnumerateObjects(String, Object[], Object[], String, Object[])

Enumerates items for a set of data objects of the specified type with the specified restrictions and sort string, if supported.

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

(Inherited from ObjectWithSite)

Events

SiteChanged

Event that is raised when the Site property is changed.

(Inherited from ObjectWithSite)

Explicit Interface Implementations

IObjectWithSite.GetSite(Guid, IntPtr)

Retrieves the last site set using the IObjectWithSite.SetSite(Object) method. In cases where there is no known site, the object returns an exception.

(Inherited from ObjectWithSite)
IObjectWithSite.SetSite(Object)

Provides the site's pointer to the site object.

(Inherited from ObjectWithSite)

Applies to