CSharpMigrationsGenerator.GenerateSnapshot 方法

定义

生成模型快照代码。

public override string GenerateSnapshot (string modelSnapshotNamespace, Type contextType, string modelSnapshotName, Microsoft.EntityFrameworkCore.Metadata.IModel model);
public override string GenerateSnapshot (string? modelSnapshotNamespace, Type contextType, string modelSnapshotName, Microsoft.EntityFrameworkCore.Metadata.IModel model);
override this.GenerateSnapshot : string * Type * string * Microsoft.EntityFrameworkCore.Metadata.IModel -> string
Public Overrides Function GenerateSnapshot (modelSnapshotNamespace As String, contextType As Type, modelSnapshotName As String, model As IModel) As String

参数

modelSnapshotNamespace
String

模型快照的命名空间。

contextType
Type

模型快照DbContext的类型。

modelSnapshotName
String

模型快照的名称。

model
IModel

模型。

返回

模型快照代码。

适用于