How to create a class in dbml file dynamically

Posted by Naseem on Stack Overflow See other posts from Stack Overflow or by Naseem
Published on 2010-05-19T00:56:10Z Indexed on 2010/05/19 1:00 UTC
Read the original article Hit count: 283

Filed under:

Hi,

I'm using linq to sql and I need to have a class in the dbml file which some of its properties are creating dynamically . Is there any way to have a class in dbml file with some pre defined properties and some dynamic properties .

Or is there any way to create a class in dbml file dynamically?

Thank you,

© Stack Overflow or respective owner

Related posts about linq-to-sql