DbProviderConfigurationHandler.Create(Object, Object, XmlNode) 方法
定义
创建一个新的 NameValueCollection 表达式。Creates a new NameValueCollection expression.
此 API 支持产品基础结构,不能在代码中直接使用。
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
参数
- parent
- Object
此类型支持 .NET Framework 基础结构,不能在代码中直接使用。This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
- configContext
- Object
此类型支持 .NET Framework 基础结构,不能在代码中直接使用。This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
- section
- XmlNode
此类型支持 .NET Framework 基础结构,不能在代码中直接使用。This type supports the .NET Framework infrastructure and is not intended to be used directly from your code.
返回
新表达式。The new expression.