Table of Contents

Class EnsureSchemaOperation

Namespace
Microsoft.EntityFrameworkCore.Migrations.Operations
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

A MigrationOperation for ensuring that a schema exists. That is, the schema will be created if and only if it does not already exist.

public class EnsureSchemaOperation : MigrationOperation
Inheritance
EnsureSchemaOperation
Inherited Members

Constructors

EnsureSchemaOperation()

public EnsureSchemaOperation()

Properties

Name

The name of the schema.

public virtual string Name { get; set; }

Property Value

string