prorm API Reference
← Documentation
GitLab
Preparing search index...
query-builders
IncludeBuilderOptions
Interface IncludeBuilderOptions
Options controlling how an IncludeBuilder generates JOINs
interface
IncludeBuilderOptions
{
replacements
?:
Record
<
string
,
unknown
>
;
model
?:
unknown
;
dialect
?:
{
escape
:
(
value
:
unknown
)
=>
string
;
escapeId
:
(
identifier
:
string
)
=>
string
;
}
;
parentAlias
?:
string
;
parentKey
?:
string
;
childKey
?:
string
;
schemaDelimiter
?:
string
;
}
Index
Properties
replacements?
model?
dialect?
parent
Alias?
parent
Key?
child
Key?
schema
Delimiter?
Properties
Optional
replacements
replacements
?:
Record
<
string
,
unknown
>
Optional
model
model
?:
unknown
Optional
dialect
dialect
?:
{
escape
:
(
value
:
unknown
)
=>
string
;
escapeId
:
(
identifier
:
string
)
=>
string
;
}
Optional
parent
Alias
parentAlias
?:
string
Optional
parent
Key
parentKey
?:
string
Optional
child
Key
childKey
?:
string
Optional
schema
Delimiter
schemaDelimiter
?:
string
Default schema delimiter
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
replacements
model
dialect
parent
Alias
parent
Key
child
Key
schema
Delimiter
← Documentation
GitLab
prorm API Reference
Loading...
Options controlling how an IncludeBuilder generates JOINs