I read someplace else on this forum that LLBLGen's version of linq can only be used to query and not update the db. Is this true? Thanks ... Ed
Yes, the 'q' is for query, but select queries. Linq as a concept isn't meant for CUD (MS' design), the entity updates are done through the normal mechanisms in llblgen pro