Page 1 of 1

Generate Linq without namespace in VB

Posted: Fri 18 Sep 2009 13:57
by Ariwibawa
Dear CS,

In VB we can put namespace in project property so that we don't need to add namespace in every file created.
There is a problem when i try create linq to sql using devart tool, it's always generate namespace. For example i created entity with name ITTOSDataContext, i empty property entity namespace. whenever i save it always generated with namespace ITTOSDataContext. I must remove those "Namespace ITTOSDataContext" and "End Namespace" every time i run entity tools.
My question is how to create entity without namespace?

Thanks & Regards,
Ariwibawa

Posted: Wed 23 Sep 2009 08:39
by AndreyR
This feature can be implemented by editing our templates.
We plan to change the template engine soon to make this editing easy.