Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6703525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:10:54+00:00 2026-05-26T07:10:54+00:00

Having: an entity Person which has a propriety Name a List<string> names loaded with

  • 0

Having:

  • an entity Person which has a propriety Name
  • a List<string> names loaded with some names

How can I query using criteria to obtain all Person instances who have a Name which is not found in the names list?

Thanks for answers!

Solution:

var myQuery = session.CreateCriteria(typeof(Person))
                     .Add(Expression.Not(Expression.In("Name", names));
  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:10:54+00:00Added an answer on May 26, 2026 at 7:10 am

    Your looking for an In expression, see:
    Nhibernate HQL where IN query

    That would make your particular case something like:

    ActiveRecordMediator<Person>.FindAll(Expression.Not(Expression.In("Name", names))) 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having some problems using cascade operations on hibernate. I have one entity (TripleDBmodel),
I'm using EF4. Having 2 entities: Person { Name } Hobbys { Person.Name, IsCoolHobby
I have people and places data as: Person entity has IList<DateRangePlaces> each having IList<Place>
I've got a data model where there is a Person entity, which has a
I'm having some difficulty with my Entity Framework context that is proving very troublesome
I am having trouble creating an entity using inout ports. I tried writing the
I am having trouble with SQL Server creating Foreign Key constraints when using Entity
I'm using a PersonEditHandler class in tipfy to edit a Person entity. I have
I have this class mapped as a entity, lets call it Person. Person has
I am wondering how can one delete an entity having just its ID and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.