Поделиться через


CSharpMigrationsGenerator.GenerateSnapshot Метод

Определение

Создает код snapshot модели.

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

Пространство имен модели snapshot.

contextType
Type

Тип модели snapshotDbContext.

modelSnapshotName
String

Имя snapshot модели.

model
IModel

Модель.

Возвращаемое значение

Модель snapshot кода.

Применяется к