Skip to content

Commit 5b1730a

Browse files
daxianji007mairaw
andauthored
Update xml/System.Data.OleDb/OleDbLiteral.xml
Co-Authored-By: Maira Wenzel <[email protected]>
1 parent 6ca4fd6 commit 5b1730a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Data.OleDb/OleDbLiteral.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
</ReturnValue>
323323
<MemberValue>10</MemberValue>
324324
<Docs>
325-
<summary>The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.</summary>
325+
<summary>The character used in a LIKE clause to escape the character returned for the DBLITERAL_LIKE_UNDERSCORE literal. For example, if an underscore (\_) is used to match exactly one character and this is a backslash (\\), the characters "abc\\\_ \_" match all character values that are five characters long and start with "abc\_". Some SQL dialects support a clause (the ESCAPE clause) that can be used to override this value. Maps to DBLITERAL_ESCAPE_UNDERSCORE_PREFIX.</summary>
326326
</Docs>
327327
</Member>
328328
<Member MemberName="Escape_Underscore_Suffix">
@@ -722,4 +722,4 @@
722722
</Docs>
723723
</Member>
724724
</Members>
725-
</Type>
725+
</Type>

0 commit comments

Comments
 (0)