Skip to content
jefking edited this page Oct 19, 2014 · 3 revisions

Code Generation

King.Mapper.Generator.exe "Server=localhost;Database=db;" C:\Code

Code Generation (with NUnit Test Cases)

King.Mapper.Generator.exe "Server=localhost;Database=db;" C:\Code nunit

Code Generation (with MSTest Unit Test Cases)

King.Mapper.Generator.exe "Server=localhost;Database=db;" C:\Code mstest

Output

Example: StoredProcedures.Generated.cs

Example: StoredProcedures.Unit.Test.Generated.cs

Clone this wiki locally