Class ProfileAttribute
Implements
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ProfileAttribute : Attribute, _Attribute
  Constructors
ProfileAttribute(string)
Declaration
public ProfileAttribute(string profileName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | profileName | 
Properties
ProfileName
Declaration
public string ProfileName { get; }
  Property Value
| Type | Description | 
|---|---|
| string |