Search Results for

    Show / Hide Table of Contents

    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 CharacterSet to be used by the connection.

    Declaration
    CharacterSet CharSet { get; }
    Property Value
    Type Description
    CharacterSet

    The character set.

    ConnectionSettings

    The connection settings.

    Declaration
    MySqlConnectionStringBuilder ConnectionSettings { get; }
    Property Value
    Type Description
    MySqlConnectionStringBuilder

    The connection string builder.

    SchemaNameTranslator

    The specified MySQLSchemaNameTranslator.

    Declaration
    MySQLSchemaNameTranslator SchemaNameTranslator { get; }
    Property Value
    Type Description
    MySQLSchemaNameTranslator

    The SchemaNameTranslator.

    In This Article
    • Properties
      • CharSet
      • ConnectionSettings
      • SchemaNameTranslator
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.