Search Results for

    Show / Hide Table of Contents

    Class MySqlProviderServices

    The implementation for the MySqlClient provider for MySQL Server.

    Inheritance
    System.Object
    MySqlProviderServices
    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.EntityFramework.dll
    Version: 9.3.0
    Syntax
    public sealed class MySqlProviderServices : DbProviderServices

    Methods

    CreateDbCommandDefinition(DbProviderManifest, DbCommandTree)

    Declaration
    protected override DbCommandDefinition CreateDbCommandDefinition(DbProviderManifest providerManifest, DbCommandTree commandTree)
    Parameters
    Type Name Description
    DbProviderManifest providerManifest
    DbCommandTree commandTree
    Returns
    Type Description
    DbCommandDefinition

    DbCreateDatabase(DbConnection, Nullable<Int32>, StoreItemCollection)

    Declaration
    protected override void DbCreateDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection)
    Parameters
    Type Name Description
    System.Data.Common.DbConnection connection
    System.Nullable<System.Int32> commandTimeout
    StoreItemCollection storeItemCollection

    DbCreateDatabaseScript(String, StoreItemCollection)

    Declaration
    protected override string DbCreateDatabaseScript(string providerManifestToken, StoreItemCollection storeItemCollection)
    Parameters
    Type Name Description
    System.String providerManifestToken
    StoreItemCollection storeItemCollection
    Returns
    Type Description
    System.String

    DbDatabaseExists(DbConnection, Nullable<Int32>, StoreItemCollection)

    Declaration
    protected override bool DbDatabaseExists(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection)
    Parameters
    Type Name Description
    System.Data.Common.DbConnection connection
    System.Nullable<System.Int32> commandTimeout
    StoreItemCollection storeItemCollection
    Returns
    Type Description
    System.Boolean

    DbDeleteDatabase(DbConnection, Nullable<Int32>, StoreItemCollection)

    Declaration
    protected override void DbDeleteDatabase(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection)
    Parameters
    Type Name Description
    System.Data.Common.DbConnection connection
    System.Nullable<System.Int32> commandTimeout
    StoreItemCollection storeItemCollection

    GetDbProviderManifest(String)

    Declaration
    protected override DbProviderManifest GetDbProviderManifest(string manifestToken)
    Parameters
    Type Name Description
    System.String manifestToken
    Returns
    Type Description
    DbProviderManifest

    GetDbProviderManifestToken(DbConnection)

    Declaration
    protected override string GetDbProviderManifestToken(DbConnection connection)
    Parameters
    Type Name Description
    System.Data.Common.DbConnection connection
    Returns
    Type Description
    System.String

    GetDbSpatialDataReader(DbDataReader, String)

    Declaration
    protected override DbSpatialDataReader GetDbSpatialDataReader(DbDataReader fromReader, string manifestToken)
    Parameters
    Type Name Description
    System.Data.Common.DbDataReader fromReader
    System.String manifestToken
    Returns
    Type Description
    DbSpatialDataReader
    In This Article
    • Methods
      • CreateDbCommandDefinition(DbProviderManifest, DbCommandTree)
      • DbCreateDatabase(DbConnection, Nullable<Int32>, StoreItemCollection)
      • DbCreateDatabaseScript(String, StoreItemCollection)
      • DbDatabaseExists(DbConnection, Nullable<Int32>, StoreItemCollection)
      • DbDeleteDatabase(DbConnection, Nullable<Int32>, StoreItemCollection)
      • GetDbProviderManifest(String)
      • GetDbProviderManifestToken(DbConnection)
      • GetDbSpatialDataReader(DbDataReader, String)
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.