AdoDotNetConnectionProperties Members
Include Protected Members
Include Inherited Members
Provides an implementation of the DataConnectionProperties class using the ADO.NET connection string builder base class (DbConnectionStringBuilder).
The AdoDotNetConnectionProperties type exposes the following members.
Constructors
Name
Description
Overloaded. Class constructor. Instantiates a new instance of the AdoDotNetConnectionProperties class.
Top
Methods
Name
Description
Adds a new property to the current connection properties collection. (Overrides DataConnectionProperties.Add(String).)
Overloaded. Adds a property to the set of connection properties.
Tests whether a specified property is a member of the current set of connection properties. (Overrides DataConnectionProperties.Contains(String).)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Tests whether the current instance of the class is equivalent to another class instance. (Overrides DataConnectionProperties.EquivalentTo(DataConnectionProperties).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Retrieves an array of property name values representing the set of "basic" properties recognizable by the current AdoDotNetConnectionProperties class instance. (Overrides DataConnectionProperties.GetBasicProperties().)
Retrieves an enumerator that enumerates over all of the known connection properties and their values, if any. (Overrides DataConnectionProperties.GetEnumerator().)
Serves as a hash function for a particular type. (Inherited from Object.)
Formats a property name for placement in a connection string. (Inherited from DataConnectionProperties.)
Overloaded. Retrieves a set of connection properties for the specified DDEX Provider.
Retrieves the descriptor of a property with the specified property name. (Inherited from DataConnectionProperties.)
Retrieves an array list of synonyms for a specified data connection property. (Overrides DataConnectionProperties.GetSynonyms(String).)
Gets the type of the current instance. (Inherited from Object.)
Formats a property value for placement in a connection string. (Inherited from DataConnectionProperties.)
Initializes the current DataConnectionProperties instance to its default state, then sets each property in the specified dictionary. (Inherited from DataConnectionProperties.)
Initializes the set of natively recognized properties for the current DataConnectionProperties instance. (Inherited from DataConnectionProperties.)
Initializes the set of synonyms available for each natively recognized property in the current DataConnectionProperties instance. (Inherited from DataConnectionProperties.)
Initializes the value of a specified connection property. (Inherited from DataConnectionProperties.)
Initializes values for a specified set of properties using a dictionary of name/value pairs. (Inherited from DataConnectionProperties.)
Returns a Boolean value indicating whether a specified property contains sensitive information. (Overrides DataConnectionProperties.IsSensitive(String).)
Creates a shallow copy of the current Object. (Inherited from Object.)
Modifies an existing property of which the current DataConnectionProperties instance is natively aware. (Inherited from DataConnectionProperties.)
Raises the PropertyChanged event. (Inherited from DataConnectionProperties.)
Disassembles the components of a connection string into a set of connection properties as set in the current AdoDotNetConnectionProperties class instance. (Overrides DataConnectionProperties.Parse(String).)
Reads a property name from a connection string starting at a specified index, then updates the index to point to a position immediately following the property name. (Inherited from DataConnectionProperties.)
Reads a property value from a connection string starting at a specified index, converts it to the correct type, and updates the index to point to a position following the property name. (Inherited from DataConnectionProperties.)
Removes a property from the current connection property collection. (Overrides DataConnectionProperties.Remove(String).)
Removes a natively recognized property. (Inherited from DataConnectionProperties.)
Overloaded. Resets a connection property to its initial value.
Attempts to resolves a synonym for the PropertyDescriptor associated with a base property by returning the base property descriptor. (Inherited from DataConnectionProperties.)
Sets a list of strings as synonyms of a specified base property name. (Inherited from DataConnectionProperties.)
Indicates whether a property should be persisted when building a connection string. (Inherited from DataConnectionProperties.)
Tests that the current set of connection properties will successfully open a connection. (Overrides DataConnectionProperties.Test().)
Retrieves a string representation of the current set of data connection properties that are suitable for on-screen display. (Overrides DataConnectionProperties.ToDisplayString().)
Retrieves a string representation of the current set of data connection properties for this instance. (Overrides DataConnectionProperties.ToFullString().)
Retrieves a full string representation of the current connection properties. (Inherited from DataConnectionProperties.)
Retrieves a form of the connection string that can be used for testing the connection.
Top
Properties
Name
Description
Retrieves the underlying ADO.NET connection string builder object for the current connection properties instance.
Retrieves a Boolean value indicating whether a given connection string is complete. (Overrides DataConnectionProperties.IsComplete.)
Retrieves or sets a Boolean value indicating whether the DDEX Provider connection properties are extensible. (Overrides DataConnectionProperties.IsExtensible.)
Retrieves or sets a value for a specified property on the DDEX Provider. (Overrides DataConnectionProperties.Item[String].)
Retrieves a collection of property names specifying a reasonable (or necessary) order for the properties when represented in string form. (Inherited from DataConnectionProperties.)
Top
Events
Name
Description
Event that fires on the occurrence of a change to a connection property. (Inherited from DataConnectionProperties.)
Top
Explicit Interface Implementations
Name
Description
Adds an element as a key/value pair to the specified IDictionaryinstance.
Removes all elements from the specified IDictionary instance.
Determines whether the current IDictionaryinstance contains an element with the specified key.
Copies the set of connection properties to an array, starting at the specified array index.
Retrieves the number of elements contained in the current ICollectioninstance.
ICustomTypeDescriptor.GetAttributes
Retrieves a collection of custom attributes for the specified object.
ICustomTypeDescriptor.GetClassName
Retrieves the class name of the specified object.
ICustomTypeDescriptor.GetComponentName
Retrieves the name of the specified object.
ICustomTypeDescriptor.GetConverter
Retrieves a type converter for the specified object.
ICustomTypeDescriptor.GetDefaultEvent
Retrieves the default event for the specified object.
ICustomTypeDescriptor.GetDefaultProperty
Retrieves the default property for the specified object.
ICustomTypeDescriptor.GetEditor
Retrieves an editor of the specified type for this object.
Returns an IDictionaryEnumerator object for the IDictionary instance.
Retrieves an enumerator that is able to iterate through the connection properties collection.
Overloaded. Retrieves the events for this instance of a component.
Overloaded. Retrieves the properties for this instance of a component.
ICustomTypeDescriptor.GetPropertyOwner
Retrieves an object that contains the property described by the specified property descriptor.
Retrieves a Boolean value indicating whether the specified IDictionaryinstance has a fixed size.
Retrieves a Boolean indicating whether the IDictionaryinstance is read-only.
Retrieves a value that indicates whether access to the connection properties collection is synchronized (thread safe).
Retrieves an item, or element, with the specified key from the current IDictionaryinstance.
Retrieves an ICollection object containing the keys for the IDictionary instance.
IDataConnectionProperties.PropertyChanged
Event that fires on the occurrence of a change to a connection property. (Inherited from DataConnectionProperties.)
Removes the element with the specified key from the IDictionary instance.
Retrieves an object that can be used to synchronize access to the connection properties collection.
Retrieves an ICollection object containing the values in the specified IDictionary instance.
Top