LLBLGen V2.6 - How to Query for Hours?

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 16-Mar-2009 17:10:51   

Hi all,

Let say I have the following query:

SELECT * FROM MyTable WHERE Hour(SomeTime) = XXX

How would I convert this query to LLBLGen?

My code is running in self-service mode with SQL Server 2005 (non-LINQ).

Thanks.

mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 16-Mar-2009 17:12:56   

Just found the section, "Generated code - Calling a database function"... I'll look that over first.