Class DatabaseOperation
- Namespace
- Microsoft.EntityFrameworkCore.Migrations.Operations
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
A MigrationOperation for operations on databases. See also AlterDatabaseOperation.
public abstract class DatabaseOperation : MigrationOperation
- Inheritance
-
DatabaseOperation
- Derived
- Inherited Members
Remarks
See Database migrations for more information and examples.
Constructors
DatabaseOperation()
protected DatabaseOperation()
Properties
Collation
The collation for the database, or null to use the default collation of the instance of SQL Server.
public virtual string? Collation { get; set; }