Home - adamfoneil/Models GitHub Wiki

  • ModelClassHelper is used for inspecting C# model classes to map them onto database tables.
  • ReflectionHelper is mainly for internal use, but you might find it useful.
  • SqlBuilder is what I use in several other projects to generate SQL INSERT and UPDATE statements from C# model classes.