Search Results for

    Show / Hide Table of Contents

    Namespace MySql.Data.EntityFramework

    Classes

    BackoffAlgorithm

    The base class for backoff algorithms.

    BackoffAlgorithmErr1040

    Back-off algorithm customized for the MySql error code 1040 - Too many connections.

    BackoffAlgorithmErr1205

    Back-off algorithm customized for the MySql error code 1205 - Lock wait timeout exceeded; try restarting transaction.

    BackoffAlgorithmErr1213

    Back-off algorithm customized for MySql error code 1213 - Deadlock found when trying to get lock; try restarting transaction.

    BackoffAlgorithmErr1614

    Back-off algorithm for the Mysql error code 1614 - Transaction branch was rolled back: deadlock was detected.

    BackoffAlgorithmErr2006

    Back-off algorithm customized for MySql error code 2006 - MySQL server has gone away.

    BackoffAlgorithmErr2013

    Back-off algorithm customized for MySql error code 2013 - Lost connection to MySQL server during query.

    BackoffAlgorithmNdb

    Back-off algorithm customized for MySql Cluster (NDB) errors.

    MySqlConnectionFactory

    Used for creating connections in Code First 4.3.

    MySqlDependencyResolver

    Provides the capability to resolve a dependency.

    MySqlEFConfiguration

    Defines the configuration of an application to be used with Entity Framework.

    MySqlExecutionStrategy

    An execution strategy tailored for handling MySql Server transient errors.

    MySqlHistoryContext

    This class is used by Code First Migrations to read and write migration history from the database.

    MySqlLogger

    Provides the capability to write a log.

    MySqlManifestTokenResolver

    Gets a provider manifest token for the given connection.

    MySqlMigrationCodeGenerator

    Class used to customized code generation to avoid dbo. prefix added on table names.

    MySqlMigrationSqlGenerator

    Implementation of a MySql's Sql generator for EF 4.3 data migrations.

    MySqlModelCacheKey

    Represents a key value that uniquely identifies an Entity Framework model that has been loaded into memory.

    MySqlProviderFactoryResolver

    Service that obtains the provider factory from a given connection.

    MySqlProviderInvariantName

    Used to resolve a provider invariant name from a provider factory.

    Enums

    OpType

    Specifies the operation types supported.

    In This Article
    • Classes
    • Enums
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.