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