Skip to main content

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