0

Is there a way to Save OR Mappings to Database programatically. There is an option in the EcoPMP bottom button I want to do the same.

Billal Begueradj
  • 20,717
  • 43
  • 112
  • 130

1 Answers1

1

You can use one of the DBEvolutionForm.EvolveDB() functions.

i.e. EvolveDB(IServiceProvider serviceProvider, IPersistenceMapperDb persistenceMapper, ITypeSystemService typeSystemService, bool silent);

Chema Pamundi
  • 35
  • 1
  • 6