Hello,
I am using Entity Framework to call a stored procedure in SQL server.
The stored procedure returns field names which contains space in between (e.g. Employee Name)
I have tried putting Column Attribue but it is not working.
[Column("Employee Name")]
public string EmployeeName {get; set;}
public string EmployeeName {get; set;}
Appreciate your immediate help.
Vincent Maverick DuranoPosted May 18, 2015, 4:53 PM