why am i getting a sql query when i try to get a property of an entity?

32 views Asked by At

I am trying to get the value of properties of this entity (this entity is inside the list "trabajadores"), but I ended up getting a "sql query" in "CodCar" property when it is supposed to give me a value. It doesn't happen with other properties of the same object. It happens with all elements of this list.

enter image description here

enter image description here

1

There are 1 answers

0
Walter On

I just solved it by adding the dataset again and recompiling.