Skip to content

Commit bc4e7ef

Browse files
v-maudelmairaw
authored andcommitted
C26932: Escaping '!' character. (#6396)
1 parent 8ee00f5 commit bc4e7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/data/adonet/ef/language-reference/entity-sql-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Equality and inequality are defined for any object type that has identity, such
4848
|[< (Less Than)](less-than-entity-sql.md)|Compares two expressions to determine whether the left expression has a value less than the right expression.|
4949
|[<= (Less Than or Equal To)](less-than-or-equal-to-entity-sql.md)|Compares two expressions to determine whether the left expression has a value less than or equal to the right expression.|
5050
|[\[NOT\] BETWEEN](between-entity-sql.md)|Determines whether an expression results in a value in a specified range.|
51-
|[!= (Not Equal To)](not-equal-to-entity-sql.md)|Compares two expressions to determine whether the left expression isn't equal to the right expression.|
51+
|[\!= (Not Equal To)](not-equal-to-entity-sql.md)|Compares two expressions to determine whether the left expression isn't equal to the right expression.|
5252
|[\[NOT\] LIKE](like-entity-sql.md)|Determines whether a specific character string matches a specified pattern.|
5353

5454
## Logical and case expression operators
@@ -58,7 +58,7 @@ Logical operators test for the truth of a condition. The CASE expression evaluat
5858
|Operator|Description|
5959
|--------------|-----------------|
6060
|[&& (Logical AND)](and-entity-sql.md)|Logical AND.|
61-
|[! (Logical NOT)](not-entity-sql.md)|Logical NOT.|
61+
|[\! (Logical NOT)](not-entity-sql.md)|Logical NOT.|
6262
|[&#124;&#124; (Logical OR)](or-entity-sql.md)|Logical OR.|
6363
|[CASE](case-entity-sql.md)|Evaluates a set of Boolean expressions to determine the result.|
6464
|[THEN](then-entity-sql.md)|The result of a [WHEN](http://msdn.microsoft.com/library/6233fe9f-00b0-460e-8372-64e138a5f998) clause when it evaluates to true.|

0 commit comments

Comments
 (0)