1
Answer

Entity Framework

Photo of Nalini Mishra

Nalini Mishra

10y
585
1
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;} 
 
 
Appreciate your immediate help.
 
 

Answers (1)