Interface ITextSource
An interface to create a reader that is used to read the SQL script lines
Namespace: FluentMigrator.Runner.BatchParser
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface ITextSource
Methods
CreateReader()
Creates a reader
Declaration
[CanBeNull]
ILineReader CreateReader()
Returns
Type | Description |
---|---|
ILineReader |
|