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: content/api/3-result.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Every result will have a rows array. If no rows are returned the array will be e
15
15
16
16
### `result.fields: Array<FieldInfo>`
17
17
18
-
Every result will have a fields array. This array contains the `name` and `dataTypeId` of each field in the result. These fields are ordered in the same order as the columns if you are using `arrayMode` for the query:
18
+
Every result will have a fields array. This array contains the `name` and `dataTypeID` of each field in the result. These fields are ordered in the same order as the columns if you are using `arrayMode` for the query:
0 commit comments