Skip to content

Commit 4bc1443

Browse files
committed
updating description
1 parent 1f4538e commit 4bc1443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/Invoke-DBOQuery.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function Invoke-DBOQuery {
7575
Specifies output type. Valid options for this parameter are 'DataSet', 'DataTable', 'DataRow', 'PSObject', and 'SingleValue'
7676
7777
.PARAMETER ReturnAsText
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.
7979
8080
.PARAMETER Parameter
8181
Uses values in specified hashtable as parameters inside the SQL query.

0 commit comments

Comments
 (0)