Hi, i have property defined like this.
[Description(“from other system”)]
public Double Points { get; set; }
when i create table, the description is not shown.
i’m using Sql Server 2008 R2 Standard
Hi, i have property defined like this.
[Description(“from other system”)]
public Double Points { get; set; }
when i create table, the description is not shown.
i’m using Sql Server 2008 R2 Standard