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)
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework