Hi.
I am using version 2.0.0.0 Final, released Dec. 6th.
I am using the data adapter model. I have a distributed system. I use the llblgen SchemaImporter idiom to generate web service proxy classes.
I would like to add a custom class, not releated to any entity, to the DatabaseGeneric project. I want an Entity class to have an array of instances of this class by adding a custom (user code section) property. I would like to be able to add a section for my custom class to the generated SchemaImporter class. This would make it easy to add custom business classes.
Is it a bad idea to add custom business objects to the llblgen generated projects? If not, what is the best way to do this making use of the llblgen generated plumbing?
Thx,
Tore