Search Results for

    Show / Hide Table of Contents

    Class SQLiteRunnerBuilderExtensions

    Extension methods for IMigrationRunnerBuilder

    Inheritance
    object
    SQLiteRunnerBuilderExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner
    Assembly: FluentMigrator.Runner.SQLite.dll
    Syntax
    public static class SQLiteRunnerBuilderExtensions

    Methods

    AddSQLite(IMigrationRunnerBuilder, bool)

    Adds SQLite support

    Declaration
    public static IMigrationRunnerBuilder AddSQLite(this IMigrationRunnerBuilder builder, bool binaryGuid = false)
    Parameters
    Type Name Description
    IMigrationRunnerBuilder builder

    The builder to add the SQLite-specific services to

    bool binaryGuid

    True if guids are stored as binary, false if guids are stored as string

    Returns
    Type Description
    IMigrationRunnerBuilder

    The migration runner builder

    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.