You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Property | Description
98
98
`dateFormat` | The excel format to use for `date` DB types. Default is `dd/mm/yyyy`.
99
99
`dateTimeFormat` | The excel format to use for `datetime` DB types. Default is `dd/mm/yyyy hh:mm:ss`.
100
100
`batchSize` | The query batchsize to use. Default is `100`.
101
+
`modelInstance` (optional) | The query's `modelClass` instance used to obtain attribute types and titles. If not set an instance of the query's `modelClass` is created automatically.
101
102
102
103
> **Note** Since version 2.3.1 datetime attributes will automatically be
103
104
> converted to the correct timezone. This feature makes use of the current
0 commit comments