sathish

sathish

  • NA
  • 263
  • 0

Rename column name

May 25 2023 10:42 AM

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)