Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides information about an ADO.NET data source in the form of properties passed as name/value pairs.
The AdoDotNetSourceInformation type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the AdoDotNetDataSourceInformation class.
Top
Methods
Name
Description
Overloaded. Adds a property to the list of supported properties.
Retrieves a Boolean value indicating whether a specified property is contained in this data source information instance. (Inherited from DataSourceInformation.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Overloaded. Retrieves the Type value indicating the type of a specified property, thus enabling appropriate conversion of a retrieved value to the correct type.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the SiteChanged event. (Overrides DataSiteableObject<T>.OnSiteChanged(EventArgs).)
Retrieves a value for a specified data source information property. (Overrides DataSourceInformation.RetrieveValue(String).)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the underlying DbConnection object instance used in the class.
Gets a data source information property with the specified name. (Inherited from DataSourceInformation.)
Gets or sets the object site. (Inherited from DataSiteableObject<T>.)
Gets in-memory data source information provided by an implementation of the DataTable class to represent a table of in-memory data.
Top
Events
Name
Description
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>.)
Top
Explicit Interface Implementations
Name
Description
IVsDataSourceInformation.Contains
Retrieves a Boolean value indicating whether the specified property is contained in the data source information instance.
Gets a data source information property with the specified name.
Top