Table of Contents

Method AddMigration

Namespace
Qavren.Edge.Sqlite
Assembly
Qavren.Edge.Sqlite.dll

AddMigration<TMigration>(EdgeBuilder, string?)

Explicit, AOT-safe migration registration. There is no assembly scanning.

public static EdgeBuilder AddMigration<TMigration>(this EdgeBuilder builder, string? databaseName = null) where TMigration : class, IEdgeMigration, new()

Parameters

builder EdgeBuilder
databaseName string

Returns

EdgeBuilder

Type Parameters

TMigration