DA Linq Howto do master / detail

I’m new to DA in .NET.
I want to use DA Linq with master detail properties.
I thought that the Datamodel object would have an property for each child table because the relations are automatically created in the schema but I don’t see any properties on my master data object pointing to the child objects.
I’m a doing something wrong ? or do I need to add these properties myself ?

Hello.

Nowadays DA LINQ do not support such a functionality. You can include it manually adding corresponding properties to the definitions of the tables. This feature is logged. However please note that both lazy loading and eager loading strategies would have its caveats (f.e. lazy data loading on a mobile device could result in less responsible user interface)

Thanks.