CSharpSnapshotGenerator Constructors
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.
Overloads
CSharpSnapshotGenerator(CSharpHelper) | |
CSharpSnapshotGenerator(CSharpSnapshotGeneratorDependencies) |
Initializes a new instance of the CSharpSnapshotGenerator class. |
CSharpSnapshotGenerator(CSharpHelper)
public CSharpSnapshotGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper codeHelper);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator
Public Sub New (codeHelper As CSharpHelper)
Parameters
- codeHelper
- CSharpHelper
Applies to
CSharpSnapshotGenerator(CSharpSnapshotGeneratorDependencies)
Initializes a new instance of the CSharpSnapshotGenerator class.
public CSharpSnapshotGenerator (Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator : Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGenerator
Public Sub New (dependencies As CSharpSnapshotGeneratorDependencies)
Parameters
- dependencies
- CSharpSnapshotGeneratorDependencies
The dependencies.
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