When i code a function with a parameter type of Entity, but feed it a single item from a query from a getRDP based ORM query, my intellisense flags the mismatch between Entity and TEntity. Does this matter? Am I using the wrong object types or convention?
Thx
Thx
Comment