Something like
var mapping = mapper.CompileMappingForAllExplicitlyAddedEntities(); var mappingXml = mapping.AsString(); //you can now save this to file Rippo
Something like
var mapping = mapper.CompileMappingForAllExplicitlyAddedEntities(); var mappingXml = mapping.AsString(); //you can now save this to file Rippo