C# Class MySql.Data.MySqlClient.MySqlProviderManifest

Inheritance: DbXmlEnabledProviderManifest
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
GetEdmType ( TypeUsage storeType ) : TypeUsage
GetStoreType ( TypeUsage edmType ) : TypeUsage
MySqlProviderManifest ( string version ) : System

Méthodes protégées

Méthode Description
GetDbInformation ( string informationType ) : XmlReader

Private Methods

Méthode Description
GetManifest ( ) : XmlReader
GetMappingResource ( string resourceBaseName ) : XmlReader
GetResourceAsString ( string resourceName ) : string
GetStoreSchemaDescription ( ) : XmlReader
GetStoreSchemaMapping ( ) : XmlReader
GetXmlResource ( string resourceName ) : XmlReader

Method Details

GetDbInformation() protected méthode

protected GetDbInformation ( string informationType ) : XmlReader
informationType string
Résultat XmlReader

GetEdmType() public méthode

public GetEdmType ( TypeUsage storeType ) : TypeUsage
storeType TypeUsage
Résultat TypeUsage

GetStoreType() public méthode

public GetStoreType ( TypeUsage edmType ) : TypeUsage
edmType TypeUsage
Résultat TypeUsage

MySqlProviderManifest() public méthode

public MySqlProviderManifest ( string version ) : System
version string
Résultat System