Am using SQLCommand to make an insert query like following:
db.Database.SQLCommand("sql statement" , "pars");
but when i type Arabic (Unicode) text into the SQL statement it's only shows question marks in the database.
and when i do it as a database query in SQL Server management studio it works fine! please help


Nto signify it as unicode? Example:N'باالالا'nin sql datatypes tells to SQL Server I would like to store unicode text ,so you should modifytexttontext,varchartonvarcharand so on