RelationalDbContextOptionsBuilder<TBuilder,TExtension>.MigrationsAssembly Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the assembly where migrations are maintained for this context.
public virtual TBuilder MigrationsAssembly (string assemblyName);
public virtual TBuilder MigrationsAssembly (string? assemblyName);
abstract member MigrationsAssembly : string -> 'Builder
override this.MigrationsAssembly : string -> 'Builder
Public Overridable Function MigrationsAssembly (assemblyName As String) As TBuilder
Parameters
- assemblyName
- String
The name of the assembly.
Returns
TBuilder
The same builder instance so that multiple calls can be chained.
Remarks
See Database migrations for more information and examples.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework