Search Results for

    Show / Hide Table of Contents

    Class LinesSource

    A ITextSource implementation that uses lines as input

    Inheritance
    object
    LinesSource
    Implements
    ITextSource
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.BatchParser.Sources
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class LinesSource : ITextSource

    Constructors

    LinesSource(IEnumerable<string>)

    Initializes a new instance of the LinesSource class.

    Declaration
    public LinesSource(IEnumerable<string> batchSource)
    Parameters
    Type Name Description
    IEnumerable<string> batchSource

    The collection of lines to be used as source

    Methods

    CreateReader()

    Creates a reader

    Declaration
    public ILineReader CreateReader()
    Returns
    Type Description
    ILineReader

    null when no content was available

    Implements

    ITextSource
    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.