Class SqlTextEventArgs
Event arguments for the SQL text collected by the SqlBatchParser
Inherited Members
Namespace: FluentMigrator.Runner.BatchParser
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class SqlTextEventArgs : EventArgs
Constructors
SqlTextEventArgs(string)
Initializes a new instance of the SqlTextEventArgs class.
Declaration
public SqlTextEventArgs(string sqlText)
Parameters
Type | Name | Description |
---|---|---|
string | sqlText | The collected SQL text |
Properties
SqlText
Gets the collected SQL text
Declaration
[NotNull]
public string SqlText { get; }
Property Value
Type | Description |
---|---|
string |