protected override void Generate(AlterSequenceOperation operation, IModel model, RelationalCommandListBuilder builder) { throw new NotSupportedException(SqliteStrings.SequencesNotSupported); }
public override void Generate(AlterSequenceOperation operation, IModel model, SqlBatchBuilder builder) { throw new NotSupportedException(Strings.SequencesNotSupported); }