In EFCore 2.2+ you have the ability to add tags to your linq queries which then adds a comment in the generated sql which you can then use for searching/troubleshooting on sql server. https://docs.microsoft.com/en-us/ef/core/querying/tags
Is there an equivalent capability in LLBLGen?