Skip to content

NH-3869 - Add a way of adding comments into LINQ queries #842

@nhibernate-bot

Description

@nhibernate-bot

Lee Timmins created an issue — 13th May 2016, 14:42:38:

Currently you can say:

session.Query<T>().Cacheable()

which is equivalent of:

session.CreateQuery("...").SetCacheable(true)

It would be good if there was a LINQ extension method to add comments which would map to SetComment("").

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions