I have both a table and a class in my system called Operações.
In this code:
var db = new ApplicationDbContext();
var model = db.Estruturas.Include(m => m.Produto).Include(m => m.Produto.Unidade);
var operacao = db.Operacoes;
foreach (var register in model)
{
operação.
Typing operação. won't bring up intellisense and show any properties of the database table, or the class. How can I access them?
operacao, notoperação. See also Naming Guidelines. Names in c# are also case sensitive. It should go without saying thatãis not the same asa, they are not interchangeable in the name of a variable the same as A an a are not interchangeable in the name of a variable.