C# 클래스 MySql.Data.MySqlClient.MySqlProviderManifest

상속: DbXmlEnabledProviderManifest
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
GetEdmType ( TypeUsage storeType ) : TypeUsage
GetStoreType ( TypeUsage edmType ) : TypeUsage
MySqlProviderManifest ( string version ) : System

보호된 메소드들

메소드 설명
GetDbInformation ( string informationType ) : XmlReader

비공개 메소드들

메소드 설명
GetManifest ( ) : XmlReader
GetMappingResource ( string resourceBaseName ) : XmlReader
GetResourceAsString ( string resourceName ) : string
GetStoreSchemaDescription ( ) : XmlReader
GetStoreSchemaMapping ( ) : XmlReader
GetXmlResource ( string resourceName ) : XmlReader

메소드 상세

GetDbInformation() 보호된 메소드

protected GetDbInformation ( string informationType ) : XmlReader
informationType string
리턴 XmlReader

GetEdmType() 공개 메소드

public GetEdmType ( TypeUsage storeType ) : TypeUsage
storeType TypeUsage
리턴 TypeUsage

GetStoreType() 공개 메소드

public GetStoreType ( TypeUsage edmType ) : TypeUsage
edmType TypeUsage
리턴 TypeUsage

MySqlProviderManifest() 공개 메소드

public MySqlProviderManifest ( string version ) : System
version string
리턴 System