D1Migrator<TContext>.MigrateAsync<TEntry,TValue> method
public Task MigrateAsync<TEntry, TValue>(Func<TContext, IQueryable<TEntry>> where,
Func<TEntry, TValue> oldPropertyGetter, Action<TEntry, TValue> newPropertySetter,
int batchSize = 100, CancellationToken cancellationToken = default)
See Also
- class D1Migrator<TContext>
- namespace CyberCrypt.D1.EntityFramework.Migrator