Query a resultset include a constant column

Posts   
 
    
xc_lw2000
User
Posts: 48
Joined: 12-Dec-2006
# Posted on: 16-Mar-2012 02:26:13   

I'm using V3.1,Adapter. I want generator bellow sql statement


Select MyTable.Column1, "ABC" as Column2 From MyTable

That's means I just want return a constant column for each row in MyTable, I have try to use ExpressionToApply, but no result. How to get the "ABC" column?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 16-Mar-2012 05:17:46   

What are you using (EntityCollection, TypedView, TypedList, DynamicList)?

David Elizondo | LLBLGen Support Team