Class ProfileAttribute
Defines a profile for a migration
Implements
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class ProfileAttribute : Attribute, _Attribute
Constructors
| Edit this page View SourceProfileAttribute(string)
Initializes a new instance of the ProfileAttribute class.
Declaration
public ProfileAttribute(string profileName)
Parameters
Type | Name | Description |
---|---|---|
string | profileName | The profile name |
Properties
| Edit this page View SourceProfileName
Gets the profile name
Declaration
public string ProfileName { get; }
Property Value
Type | Description |
---|---|
string |