Class ExtensionsForIMigrationInfo
Extension methods for IMigrationInfo
Inherited Members
Namespace: FluentMigrator.Infrastructure.Extensions
Assembly: FluentMigrator.dll
Syntax
public static class ExtensionsForIMigrationInfo
Methods
IsAttributed(IMigrationInfo)
Returns true when the migration behind the migrationInfo has a migration attribute
Declaration
public static bool IsAttributed(this IMigrationInfo migrationInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IMigrationInfo | migrationInfo | The migration information to test |
Returns
| Type | Description |
|---|---|
| bool |
|