Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

give an alias in model .net

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

[Display(Name = "Category Name")]
 public string CatName { get; set; }
 
PREVIOUS NEXT
Tagged: #give #alias #model
ADD COMMENT
Topic
Name
5+7 =