Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Gopi
Provider
DataProviderCollection
C# Class Gopi.Provider.DataProviderCollection
A collection of defined providers in the configuration
Inheritance:
System.Configuration.Provider.ProviderCollection
显示文件
Open project: keyvan/Gopi
Public Methods
Method
Description
this
(
string
name
) :
DataProvider
A DataProvider in the providers lists.
Method Details
this()
public
method
A DataProvider in the providers lists.
public
this
(
string
name
) :
DataProvider
name
string
The name of the provider.
return
DataProvider