1
Answer

Rename column name

sathish

sathish

1y
636
1

Hi ,

In the Entities class

public class ItemNames
{ 
    public string ItemNumber { get; set; }
}

Here ItemNumber I get from the DB, but has to show as only Number in display

Can you suggest how to re-name and show it.

Thanks

Answers (1)