FCFL.NET Common Library - API Reference
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

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 2003 family

See Also

Reference

DataAccessSectionHandler Class
DataAccessSectionHandler Members

 

 


© 2010 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.

Send comments on this topic.