VS
Size: a a a
VS
NT
NT
NT
NT
VS
VS
B
ProjectTo<TDestination>
из AutoMapper?.ForMember(dest => dest.Comments, opt => opt.MapFrom(src => src.Comments.Take(3)));
MySql.Data.MySqlClient.MySqlException (0x80004005): Unknown column 't.Text' in 'field list'
Тоесть не удается собрать правильный SQL запрос..ForMember(dest => dest.Comments, opt => opt.MapFrom(src => src.Comments.Where(x => x.Id != 2)));
Для сортировки:.ForMember(dest => dest.Comments, opt => opt.MapFrom(src => src.Comments.OrderByDescending(x => x.Id)));
ES
VK
NT
NT
E
ES
ES
IC
NT
IC
IC