Thursday, 17 October 2019

Linq Entity queries

1. Include key which get all records

 _repoFieldRepository
                .FindBy(x => x.TdxRepositoryId == repositoryId)
                .Include(x => x.RepositoryLevel);

No comments:

Post a Comment