Skip to content
Adam O'Neil edited this page Aug 23, 2021 · 2 revisions
  • 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.
Clone this wiki locally