Added ignore attribute to NodeCount property on TagDto

This commit is contained in:
AndyButland
2014-08-06 22:38:14 +02:00
parent 6ea64c84d8
commit 5efabee0bd

View File

@@ -29,6 +29,7 @@ namespace Umbraco.Core.Models.Rdbms
public string Group { get; set; }//NOTE Is set to [varchar] (100) in Sql Server script
[Column("NodeCount")]
[Ignore]
public int NodeCount { get; set; }
}
}