DBFuncation in Where clause

Posts   
 
    
imakimak
User
Posts: 62
Joined: 18-Mar-2010
# Posted on: 07-Apr-2010 22:23:42   

If I want to add following type of check in where clause of a query, can I add a dbfunction call for it with PredicateExpression?

ISNUMERIC(CAST(field1 AS nvarCHAR(15))) = 1

Please note that field1 is a text field

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 08-Apr-2010 05:17:26   
David Elizondo | LLBLGen Support Team