ICSharpSnapshotGenerator Interface

Definition

Used to generate C# code for creating an IModel.

public interface ICSharpSnapshotGenerator
type ICSharpSnapshotGenerator = interface
Public Interface ICSharpSnapshotGenerator
Derived

Remarks

See Database migrations, and EF Core design-time services for more information and examples.

Methods

Generate(String, IModel, IndentedStringBuilder)

Generates code for creating an IModel.

Generate(String, IModel, IndentedStringBuilder)

Generates code for creating an IModel.

Applies to