Search Results for

    Show / Hide Table of Contents

    Class MySqlExtensions

    Feature extensions for MySql

    Inheritance
    object
    MySqlExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.MySql
    Assembly: FluentMigrator.Extensions.MySql.dll
    Syntax
    public static class MySqlExtensions

    Fields

    IndexType

    Declaration
    public const string IndexType = "MySqlIndexType"
    Field Value
    Type Description
    string

    Methods

    Using(ICreateIndexOptionsSyntax, IndexType)

    Declaration
    public static ICreateIndexMethodOptionsSyntax Using(this ICreateIndexOptionsSyntax expression, IndexType indexType)
    Parameters
    Type Name Description
    ICreateIndexOptionsSyntax expression
    IndexType indexType
    Returns
    Type Description
    ICreateIndexMethodOptionsSyntax

    Using(ISupportAdditionalFeatures, IndexType)

    Declaration
    public static void Using(this ISupportAdditionalFeatures additionalFeatures, IndexType indexType)
    Parameters
    Type Name Description
    ISupportAdditionalFeatures additionalFeatures
    IndexType indexType

    UsingBTree(ICreateIndexOptionsSyntax)

    Declaration
    public static ICreateBTreeIndexOptionsSyntax UsingBTree(this ICreateIndexOptionsSyntax expression)
    Parameters
    Type Name Description
    ICreateIndexOptionsSyntax expression
    Returns
    Type Description
    ICreateBTreeIndexOptionsSyntax

    UsingHash(ICreateIndexOptionsSyntax)

    Declaration
    public static ICreateHashIndexOptionSyntax UsingHash(this ICreateIndexOptionsSyntax expression)
    Parameters
    Type Name Description
    ICreateIndexOptionsSyntax expression
    Returns
    Type Description
    ICreateHashIndexOptionSyntax
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.