Class SqlScriptTokenReplacer
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
public static class SqlScriptTokenReplacer
  Methods
ReplaceSqlScriptTokens(string, IDictionary<string, string>)
Declaration
public static string ReplaceSqlScriptTokens(string sqlText, IDictionary<string, string> parameters)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | sqlText | |
| IDictionary<string, string> | parameters | 
Returns
| Type | Description | 
|---|---|
| string |