Interface IConventionSetAccessor
Accessor for an IConventionSet
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IConventionSetAccessor
Methods
GetConventionSet()
Get the convention set to use.
Declaration
[CanBeNull]
IConventionSet GetConventionSet()
Returns
| Type | Description |
|---|---|
| IConventionSet | The convention set. |