DbProviderConfigurationHandler Class

Definition

This class can be used by any provider to support a provider-specific configuration section.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class DbProviderConfigurationHandler : System::Configuration::IConfigurationSectionHandler
public class DbProviderConfigurationHandler : System.Configuration.IConfigurationSectionHandler
type DbProviderConfigurationHandler = class
    interface IConfigurationSectionHandler
Public Class DbProviderConfigurationHandler
Implements IConfigurationSectionHandler
Inheritance
DbProviderConfigurationHandler
Implements

Constructors

DbProviderConfigurationHandler()

This API supports the product infrastructure and is not intended to be used directly from your code.

This class can be used by any provider to support a provider-specific configuration section.

Methods

Create(Object, Object, XmlNode)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new NameValueCollection expression.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also