Use of metadatatype in linq-to-sql

Posted by jess on Stack Overflow See other posts from Stack Overflow or by jess
Published on 2010-03-16T15:12:11Z Indexed on 2010/06/18 3:23 UTC
Read the original article Hit count: 172

Filed under:

Hi,

I had asked this question http://stackoverflow.com/questions/2442149/adding-more-attributes-to-linq-to-sql-entity

Now, when I add Browsable attribute to generated entity in designer,it works.But,when I use the MetaDataType approach,and add Browsable attribute in partial class,it does not work

"I added a MetaDataType class, and added browsable attribute to property,but seems to have no effect"

© Stack Overflow or respective owner

Related posts about linq-to-sql