London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DataProviderCollection

Inheritance
System.Object
DataProviderCollection
Namespace: Mediachase.Data.Provider
Assembly: Mediachase.DataProvider.dll
Version: 13.30.0
Syntax
public class DataProviderCollection : ProviderCollection

Constructors

DataProviderCollection()

Declaration
public DataProviderCollection()

Properties

Item[String]

Declaration
public DataProvider this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
DataProvider

Methods

Add(ProviderBase)

Declaration
public override void Add(ProviderBase provider)
Parameters
Type Name Description
System.Configuration.Provider.ProviderBase provider