MigrationsCodeGenerator.GenerateSnapshot(String, Type, String, IModel) 方法

定义

快照代码生成模型。

public abstract string GenerateSnapshot (string modelSnapshotNamespace, Type contextType, string modelSnapshotName, Microsoft.EntityFrameworkCore.Metadata.IModel model);
public abstract string GenerateSnapshot (string? modelSnapshotNamespace, Type contextType, string modelSnapshotName, Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member GenerateSnapshot : string * Type * string * Microsoft.EntityFrameworkCore.Metadata.IModel -> string
Public MustOverride 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

模型。

返回

模型快照代码。

实现

适用于