C#C
C#2y ago
Anton

Mapping metadata

Is there a mapping library that doesn't only do mapping, but can also map a PropertyInfo to the associated PropertyInfo in the other type? I wanted to propagate MaxLength from IModel of ef core to the dto's by backward mapping the entity back to the dto. I could do this by name only, but that obviously won't work the moment some name is different.
Was this page helpful?