MySQL Connector/NET Developer Guide

8.9 MySql.EntityFrameworkCore Namespace

Namespaces in this section:

MySql.EntityFrameworkCore.DataAnnotations Namespace

Classes

Class Description
MySqlCharsetAttribute Establishes the character set of an entity property.
MySqlCollationAttribute Sets the collation in an entity property.

MySQL.EntityFrameworkCore.Diagnostics Namespace

Classes

Class Description
MySQLEventId Event IDs for MySQL events that correspond to messages logged to an ILogger and events sent to a DiagnosticSource. The IDs are also used with WarningsConfigurationBuilder to configure the behavior of warnings.

MySql.EntityFrameworkCore.Extensions Namespace

Classes

Class Description
MySQLDatabaseFacadeExtensions MySQL specific extension methods for Database().
MySQLDbFunctionsExtensions Provides CLR methods that get translated to database functions when used in LINQ to Entities queries. The methods on this class are accessed via Functions().
MySQLIndexExtensions Extension methods for IIndex for SQL Server-specific metadata.
MySQLMigrationBuilderExtensions MySQL specific extension methods for MigrationBuilder.
MySQLModelExtensions Extension methods for IModel for SQL Server-specific metadata.
MySQLPropertyBuilderExtensions Represents the implementation of MySQL property-builder extensions used in Fluent API.
MySQLPropertyExtensions Extension methods for IProperty for MySQL Server-specific metadata.
MySQLServiceCollectionExtensions MySQL extension class for IServiceCollection.

MySql.EntityFrameworkCore.Infrastructure Namespace

Classes

Class Description
MySQLDbContextOptionsBuilder Represents the RelationalDbContextOptionsBuilder type implemented for MySQL.

MySql.EntityFrameworkCore.Infrastructure.Internal Namespace

Classes

Class Description
MySQLOptionsExtension Represents the RelationalOptionsExtension type implemented for MySQL.

MySql.EntityFrameworkCore.Metadata Namespace

Enumerations

Enumeration Description
MySQLValueGenerationStrategy An internal enumeration that supports the Entity Framework Core infrastructure.