C# Class MySql.Data.MySqlClient.MySqlProviderManifest

Inheritance: DbXmlEnabledProviderManifest
ファイルを表示 Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
GetEdmType ( TypeUsage storeType ) : TypeUsage
GetStoreType ( TypeUsage edmType ) : TypeUsage
MySqlProviderManifest ( string version ) : System

Protected Methods

Method Description
GetDbInformation ( string informationType ) : XmlReader

Private Methods

Method Description
GetManifest ( ) : XmlReader
GetMappingResource ( string resourceBaseName ) : XmlReader
GetResourceAsString ( string resourceName ) : string
GetStoreSchemaDescription ( ) : XmlReader
GetStoreSchemaMapping ( ) : XmlReader
GetXmlResource ( string resourceName ) : XmlReader

Method Details

GetDbInformation() protected method

protected GetDbInformation ( string informationType ) : XmlReader
informationType string
return XmlReader

GetEdmType() public method

public GetEdmType ( TypeUsage storeType ) : TypeUsage
storeType TypeUsage
return TypeUsage

GetStoreType() public method

public GetStoreType ( TypeUsage edmType ) : TypeUsage
edmType TypeUsage
return TypeUsage

MySqlProviderManifest() public method

public MySqlProviderManifest ( string version ) : System
version string
return System