IBRAHIM ABU LUBAD

Results 1 issues of IBRAHIM ABU LUBAD

### Using the HasSequance API ```C# modelBuilder.HasSequence("OrderNumbers").StartsAt(1); modelBuilder.Entity().Property(o => o.Seq).HasDefaultValueSql("NEXT VALUE FOR OrderNumbers"); ``` ### Generated Migrations for creating the sequance ```C# public partial class init3 : Migration { ///...

customer-reported