عنوان:

‫مسطح سازی رابطه‌های EF با Express Mapper


نویسنده: وحید نصیری
تاریخ: ۱۳۹۵/۰۲/۰۲ ۱۰:۳
آدرس: www.dntips.ir
//code to set up the mapping 
ExpressMapper.Mapper.Register<Father, FlattenDto>().Flatten();
ExpressMapper.Mapper.Compile(CompilationTypes.Source);
//code to execute the EF command and get the data
var flattened = dbContext.Fathers.Project<Father, FlattenDto>().ToList();


مشاهده مطلب اصلی