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