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: xml/System.Data.Common/DbDataReader.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -599,7 +599,7 @@
599
599
<paramname="dataOffset">The index within the row from which to begin the read operation.</param>
600
600
<paramname="buffer">The buffer into which to copy the data.</param>
601
601
<paramname="bufferOffset">The index with the buffer to which the data will be copied.</param>
602
-
<paramname="length">The maximum number of characters to read.</param>
602
+
<paramname="length">The maximum number of bytes to read.</param>
603
603
<summary>When overridden in a derived class, reads a specified number of bytes from the specified column starting at a specified index and writes them to a buffer starting at a specified position in the buffer.</summary>
604
604
<returns>The actual number of bytes read.</returns>
0 commit comments