Show / Hide Table of Contents

Create Method (DataAccessSectionHandler)

The configuration settings in a corresponding parent configuration section.

The virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is a null reference (Nothing in Visual Basic).

The System.Xml.XmlNode that contains the configuration information to be handled. Provides direct access to the XML contents of the configuration section.

Creates a new configuration handler and adds it to the section handler collection.

Syntax

'Declaration

Public Function Create( _
   ByVal _parent_ As Object, _
   ByVal _configContext_ As Object, _
   ByVal _section_ As XmlNode _
) As Object
public object Create (
   object _parent_,
   object _configContext_,
   XmlNode _section_
)

Parameters

parent

The configuration settings in a corresponding parent configuration section.

configContext

The virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is a null reference (Nothing in Visual Basic).

section

The System.Xml.XmlNode that contains the configuration information to be handled. Provides direct access to the XML contents of the configuration section.

Return Value

Always null (Nothing in Visual Basic). This method initializes DbProviderFactory with the specified providers.

Remarks

This method should only be used by the .NET Configuration infrastructure. You should not call this method manually.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family

Reference

DataAccessSectionHandler Class
DataAccessSectionHandler Members

Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.