Interface IMySQLOptions
Options to set on the provider.
Namespace: MySql.EntityFrameworkCore.Infrastructure.Internal
Assembly: MySql.EntityFrameworkCore.dll
Version: 9.3.0
Syntax
public interface IMySQLOptions : ISingletonOptions
Properties
CharSet
The Character
Declaration
CharacterSet CharSet { get; }
Property Value
Type | Description |
---|---|
Character |
The character set. |
ConnectionSettings
The connection settings.
Declaration
MySqlConnectionStringBuilder ConnectionSettings { get; }
Property Value
Type | Description |
---|---|
My |
The connection string builder. |
SchemaNameTranslator
The specified My
Declaration
MySQLSchemaNameTranslator SchemaNameTranslator { get; }
Property Value
Type | Description |
---|---|
My |
The SchemaNameTranslator. |