Click here to Skip to main content
15,908,015 members

Comments by Azeezur (Top 3 by date)

Azeezur 22-Jun-20 5:57am View    
the error is as follows. (DatabaseFacade does not contain a definition for 'SQLQuery' and no accessible extension method 'SQLQuery' accepting a first argument of type 'DatabaseFacade' could be found.("are you missing a using directive or an assembly reference?"))
Azeezur 22-Jun-20 5:43am View    
OH sorry. I am not able to pass the data using SQL Query. is there another way that is recommended that i can use?
Azeezur 22-Jun-20 4:44am View    
.SqlQuery<sysmstatusgroup_dto>(sqlFinal). it is this part that is throwing the error