共用方式為


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

模型本身。

傳回

模型快照集程式碼。

適用於