code generation - Is there a F# type provider for DacPac file -


i wonder if there f# generative type provider can bound dacpac file behave dbmlfile type provider except visual studio database project output.

what trying achieve use f# type providers dal code generation tool c# project. guess can achieve syncing dacpac database , using sqldataconnection type provider achieve same result great if need database eliminated.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -