Class ExecuteEmbeddedSqlScriptExpressionBase
Base class that handles execution of scripts stored as embedded resource
Inheritance
ExecuteEmbeddedSqlScriptExpressionBase
Inherited Members
Namespace: FluentMigrator.Expressions
Assembly: FluentMigrator.Abstractions.dll
Syntax
public abstract class ExecuteEmbeddedSqlScriptExpressionBase : ExecuteSqlScriptExpressionBase, IMigrationExpression, ICanBeValidated
Methods
| Edit this page View SourceGetQualifiedResourcePath(IReadOnlyCollection<(string name, Assembly assembly)>, params string[])
Gets the fully qualified resource name and assembly
Declaration
protected static (string name, Assembly assembly) GetQualifiedResourcePath(IReadOnlyCollection<(string name, Assembly assembly)> resourceNames, params string[] sqlScriptNames)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyCollection<(string name, Assembly assembly)> | resourceNames | The resource names where the |
string[] | sqlScriptNames | The names of the SQL script resources to be found |
Returns
Type | Description |
---|---|
(string name, Assembly assembly) | the fully qualified resource name and assembly |