DbProviderFactoriesConfigurationHandler.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.