C# Класс MySql.Data.MySqlClient.MySqlProviderServices

Наследование: System.Data.Common.DbProviderServices
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
CreateDbCommandDefinition ( System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree ) : System.Data.Common.DbCommandDefinition
DbCreateDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
DbCreateDatabaseScript ( string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : string
DbDatabaseExists ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : bool
DbDeleteDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
GetDbProviderManifest ( string manifestToken ) : System.Data.Common.DbProviderManifest
GetDbProviderManifestToken ( DbConnection connection ) : string

Приватные методы

Метод Описание
GetAssociationCreateScript ( System.Data.Metadata.Edm.AssociationType a ) : string
GetColumnType ( TypeUsage type ) : string
GetFacetString ( System.Data.Metadata.Edm.EdmProperty column ) : string
GetTableCreateScript ( System.Data.Metadata.Edm.EntitySet entitySet ) : string
IsStringType ( TypeUsage type ) : bool
MySqlProviderServices ( ) : System
SetExpectedTypes ( System.Data.Common.CommandTrees.DbCommandTree commandTree, EFMySqlCommand cmd ) : void

Sets the expected column types

SetFunctionExpectedTypes ( System.Data.Common.CommandTrees.DbFunctionCommandTree tree, EFMySqlCommand cmd ) : void

Sets the expected column types for a given function command tree

SetQueryExpectedTypes ( System.Data.Common.CommandTrees.DbQueryCommandTree tree, EFMySqlCommand cmd ) : void

Sets the expected column types for a given query command tree

Описание методов

CreateDbCommandDefinition() защищенный Метод

protected CreateDbCommandDefinition ( System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree ) : System.Data.Common.DbCommandDefinition
providerManifest System.Data.Common.DbProviderManifest
commandTree System.Data.Common.CommandTrees.DbCommandTree
Результат System.Data.Common.DbCommandDefinition

DbCreateDatabase() защищенный Метод

protected DbCreateDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Результат void

DbCreateDatabaseScript() защищенный Метод

protected DbCreateDatabaseScript ( string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : string
providerManifestToken string
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Результат string

DbDatabaseExists() защищенный Метод

protected DbDatabaseExists ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : bool
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Результат bool

DbDeleteDatabase() защищенный Метод

protected DbDeleteDatabase ( DbConnection connection, int commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : void
connection DbConnection
commandTimeout int
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
Результат void

GetDbProviderManifest() защищенный Метод

protected GetDbProviderManifest ( string manifestToken ) : System.Data.Common.DbProviderManifest
manifestToken string
Результат System.Data.Common.DbProviderManifest

GetDbProviderManifestToken() защищенный Метод

protected GetDbProviderManifestToken ( DbConnection connection ) : string
connection DbConnection
Результат string