C# 클래스 MySql.Data.VisualStudio.MySqlConnectionSupport

Represents a custom data connection support implementation for MySQL. MySQL Connector/NET 1.0 is used as underlying ADO.NET data provider.
상속: AdoDotNetConnectionSupport
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 메소드들

메소드 설명
MySqlConnectionSupport ( ) : System
Open ( bool doPromptCheck ) : bool

보호된 메소드들

메소드 설명
GetServiceImpl ( Type serviceType ) : object

Retrieves a service of the specified type. Following services are supported: DataViewSupport � information about view schema. DataObjectSupport � information about object model.

메소드 상세

GetServiceImpl() 보호된 메소드

Retrieves a service of the specified type. Following services are supported: DataViewSupport � information about view schema. DataObjectSupport � information about object model.
protected GetServiceImpl ( Type serviceType ) : object
serviceType System.Type A service type.
리턴 object

MySqlConnectionSupport() 공개 메소드

public MySqlConnectionSupport ( ) : System
리턴 System

Open() 공개 메소드

public Open ( bool doPromptCheck ) : bool
doPromptCheck bool
리턴 bool