Class DataProviderCollection
Inheritance
System.Object
DataProviderCollection
Assembly: Mediachase.DataProvider.dll
Version: 13.30.0
public class DataProviderCollection : ProviderCollection
Constructors
Declaration
public DataProviderCollection()
Properties
Declaration
public DataProvider this[string name] { get; }
Parameters
Type |
Name |
Description |
System.String |
name |
|
Property Value
Methods
Declaration
public override void Add(ProviderBase provider)
Parameters
Type |
Name |
Description |
System.Configuration.Provider.ProviderBase |
provider |
|