We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello i have some problems with your library For This Code:
using (var _context = new FPCS.Data.TestContext()) { var repo = _context.StudentPacketCourse.FirstOrDefault(x => x.StudentPacketCourseId == 72602); repo.Q11 = "D"; _context.SaveChanges(User.UserId); }
I have got sql related in file sql.txt
TestContext:
public partial class TestContext : TrackerEnabledDbContext.TrackerContext { public TestContext() : base("ConnectionString") { } public virtual DbSet<StudentPacketCourse> StudentPacketCourse { get; set; } protected override void OnModelCreating(DbModelBuilder modelBuilder) { //Configs } }
What im doing wrong?
The text was updated successfully, but these errors were encountered:
what happens with same code when u don't use this library ?
Sorry, something went wrong.
Everything works fine, generated sql in related file sqlDefaultContext.txt
related to this one #134
No branches or pull requests
Hello i have some problems with your library
For This Code:
I have got sql related in file
sql.txt
TestContext:
What im doing wrong?
The text was updated successfully, but these errors were encountered: