Hi,
I created the model of my entities using the Data Modeller app.
When I try to get a list of entities,
like this :
comms := dm.AureliusManager1.Find<TCommessa>
.Where(Dic.Commessa.SETTIMANA = '40').List;
I get this error message :
Incompatible types: 'string' and 'TDictionaryAttribute'.
Why?
Thanks is advanced