DbProviderFactoriesConfigurationHandler.Create Method

Definition

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configContext, System::Xml::XmlNode ^ section);
public virtual object Create (object parent, object configContext, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Overridable Function Create (parent As Object, configContext As Object, section As XmlNode) As Object

Parameters

parent
Object

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

configContext
Object

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

section
XmlNode

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns

This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Implements

Applies to

See also