I'm using linq to sql and I need to have a class in the dbml file where some of its properties are created dynamically. Is there a way to have a class in a dbml file with some predefined properties and some dynamic properties?
Or is there any way to create a class in a dbml file dynamically?