How can I use customize SQL command ?

Posts   
 
    
trungtt
User
Posts: 5
Joined: 23-Mar-2007
# Posted on: 04-Mar-2009 09:28:55   

How can I use customize command for a table not mapped on entities ?

Such as - I not map entity Customer But I want to execute SQL : "SELECT * FROM CUSTOMER" and return DataTable Can I use ExecuteMultiRowDataTableRetrievalQuery ?

If can, please tell me how and give me a sample

Thanks