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: functions/Invoke-DBOQuery.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ function Invoke-DBOQuery {
75
75
Specifies output type. Valid options for this parameter are 'DataSet', 'DataTable', 'DataRow', 'PSObject', and 'SingleValue'
76
76
77
77
.PARAMETERReturnAsText
78
-
Postgres only: returns all fields of the dataset as text values. This helps with the datatypes that are unknown to npgsql.
78
+
Converts all fields of the dataset to a string datatype. This helps with the datatypes that are unknown to connectivity libraries and can't be automatically converted.
79
79
80
80
.PARAMETERParameter
81
81
Uses values in specified hashtable as parameters inside the SQL query.
0 commit comments