Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Include multiple siblings at the Level

_dbSet
    .Include(tiers => tiers.Contacts).ThenInclude(contact => contact.Titre)
    .Include(tiers => tiers.Contacts).ThenInclude(contact => contact.TypeContact)
    .Include(tiers => tiers.Contacts).ThenInclude(contact => contact.Langue);
    // etc.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Include #multiple #siblings #Level
ADD COMMENT
Topic
Name
1+1 =