C# 클래스 Gopi.Provider.DataProviderCollection

A collection of defined providers in the configuration
상속: System.Configuration.Provider.ProviderCollection
파일 보기 프로젝트 열기: keyvan/Gopi

공개 메소드들

메소드 설명
this ( string name ) : DataProvider

A DataProvider in the providers lists.

메소드 상세

this() 공개 메소드

A DataProvider in the providers lists.
public this ( string name ) : DataProvider
name string The name of the provider.
리턴 DataProvider