Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Querying when I don't have the 'T'
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dru Sellers  
View profile  
 More options May 11 2012, 11:41 pm
From: Dru Sellers <d...@drusellers.com>
Date: Fri, 11 May 2012 20:41:08 -0700 (PDT)
Local: Fri, May 11 2012 11:41 pm
Subject: Querying when I don't have the 'T'

I am curious, let's say that I don't have the actual 'T' for a generic
query. Does ravendb support something like:

session.Query(typeof(Person)).Where("Name","Dru").ToList();

If not I can use the hell out of reflection, but thought I would ask first.

-d


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oren Eini (Ayende Rahien)  
View profile  
 More options May 12 2012, 9:25 am
From: "Oren Eini (Ayende Rahien)" <aye...@ayende.com>
Date: Sat, 12 May 2012 14:25:31 +0100
Local: Sat, May 12 2012 9:25 am
Subject: Re: [RavenDB] Querying when I don't have the 'T'

Sure,

session.Advanced.LuceneQuery<object>("dynamic/People")
  .WhereEquals("Name", "Dru")
  .toList


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dru Sellers  
View profile  
 More options May 12 2012, 9:42 am
From: Dru Sellers <d...@drusellers.com>
Date: Sat, 12 May 2012 06:42:33 -0700 (PDT)
Local: Sat, May 12 2012 9:42 am
Subject: Re: [RavenDB] Querying when I don't have the 'T'

Thanks! :)
-d


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »