Dto template without navigation properties

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
vinz
Posts: 11
Joined: Fri 16 Jan 2015 12:51

Dto template without navigation properties

Post by vinz » Wed 13 Sep 2017 12:30

Hello,
i want to know if is it possible to generate Dto objects without the navigation properties include ?
thank's

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Dto template without navigation properties

Post by Pinturiccio » Fri 15 Sep 2017 13:36

After addition of a template for generation for DTO objects, the Boolean property GenerateDTO will appear for many objects of the model, including navigation properties and associations. If you set the false value for this property, these objects will be excluded from generation.

Post Reply