Nalini Mishra

Nalini Mishra

  • NA
  • 18
  • 29.8k

Entity Framework

May 18 2015 3:55 PM
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)