Generate Linq without namespace in VB

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Ariwibawa
Posts: 12
Joined: Sun 16 Aug 2009 14:18
Location: Indonesia
Contact:

Generate Linq without namespace in VB

Post by Ariwibawa » Fri 18 Sep 2009 13:57

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

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 23 Sep 2009 08:39

This feature can be implemented by editing our templates.
We plan to change the template engine soon to make this editing easy.

Post Reply