Answers for "give an alias in model .net"

C#
0

give an alias in model .net

using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;

[Display(Name = "Category Name")]
 public string CatName { get; set; }
Posted by: Guest on January-09-2021

C# Answers by Framework

Browse Popular Code Answers by Language