Created
          February 4, 2019 18:19 
        
      - 
      
- 
        Save chsami/d44767bdd4e15481c592782c9dc0b1f5 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var parents = await _context.Set<Parent>() | |
| .Include(m => (m as Child1).Property1) | |
| Include(m => (m as Child2).Property1) | |
| .ToListAsync(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment