Issue
I'm considering using Migration Scripts more and I'm looking for a native way to change an existing index fill factor and rebuild the index using Migration Scripts (I know I could use the .Sql method to inject some raw SQL),
I do not see any option to do that using the Migration Scripts .CreateIndex method.
(please don't tell me that this is also a database-specific feature like having all the GUIDs converted to strings - I might get seriously disappointed, as Entity Framework should have a fully functional SQL Server provider by now)
Solution
Not possible in the current version of Entity Framework.
Answered By - Yovav Answer Checked By - Robin (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.