Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public void ConfigureServices(IServiceCollection services)
  2. {
  3. ....
  4. services.AddDbContext<ApplicationDbContext>(options => options.UseSqlServer(strCon)); <---- here, I would like to send more information than only DbContextOptionsBuilder.
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement