Click here to Skip to main content
15,889,867 members
Articles / Programming Languages / C#

Executing SQL Code within EntityFrameworkCore Migration in Correct Order (SQLite)

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
10 Mar 2022CPOL4 min read 5K   3  
New MigrationSqlGenerator to generate SQL from MigrationOperations having attribute "ExecuteAfter" or "ExecuteBefore"
In this tip, you will see a new MigrationSqlGenerator that will generate SQL from MigrationOperations that can have an attribute "ExecuteAfter" or "ExecuteBefore".

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions