2
0

Fix typo in docs

This commit is contained in:
Jack Christensen
2019-08-24 14:16:38 -05:00
parent 760dd75542
commit e540a05760
+1 -1
View File
@@ -15,7 +15,7 @@ reads all rows into memory.
Executing Multiple Queries in a Single Round Trip
Exec and ExecBatch can execute multiple queries in a single round trip. The return readers that iterate over each query
Exec and ExecBatch can execute multiple queries in a single round trip. They return readers that iterate over each query
result. The ReadAll method reads all query results into memory.
Context Support