Guest User

Untitled

a guest
Nov 15th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var collection = repository.Get();
  2.  
  3. AutoMapper.Mapper.Initialize(cfg => cfg.CreateMap<SourceType, DestinationType>());
  4. var projection = collection.AsQueryable().ProjectTo<DestinationType>();
Add Comment
Please, Sign In to add comment