Skip to content

Commit 54b17c0

Browse files
authored
Fix minor typo. (#4406)
Appears the description for GetBytes was copied from GetChars and "characters" was missed.
1 parent bc698c9 commit 54b17c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data.Common/DbDataReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
<param name="dataOffset">The index within the row from which to begin the read operation.</param>
600600
<param name="buffer">The buffer into which to copy the data.</param>
601601
<param name="bufferOffset">The index with the buffer to which the data will be copied.</param>
602-
<param name="length">The maximum number of characters to read.</param>
602+
<param name="length">The maximum number of bytes to read.</param>
603603
<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>
604604
<returns>The actual number of bytes read.</returns>
605605
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)