QueryFirst config file
1.0Schema URL
Type:
object
A configuration file for Queryfirst (https://queryfirst.net), named qfconfig.json
Properties
defaultConnection
string
provider
enum
generators
generator[]
connectEditor2DB
boolean
helperAssemblies
string[]
makeSelfTest
boolean
Should QueryFirst add a selfTest method to the generated code? You will need add xunit and QueryFirst.CoreLib nugets to your project.
repoSuffix
string
Suffix to append to the query base name to get the generated repository class name
dtoSuffix
string
Suffix to append to the query base name to get the result class name
Definitions
generator
object
name
enum
required
options
Record<string, string>
Generators are loosely coupled. Options are passed as a string dictionary. Only strings here sorry.