EFCore - what exactly is .Local
i've been messing around with Winforms' DataGridVew a bunch lately, and the examples i've come across have me using the .Local property of a DbSet (at least that's what I think it is) as a DataSource for the view, but what exactly IS it and how does it work?
it seems like every time I run a query with the dbset it doesn't just give me an instance of the object i was asking for, it also places it in .Local, and that's what the DataGridView renders? am i seeing this right?
1 Reply
it looks like it's a view of what's in the change tracker