Skip to content

Commit 2eda88d

Browse files
authored
Update use-conditionexpression-class.md
1 parent 65cc617 commit 2eda88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/org-service/use-conditionexpression-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Use the ConditionExpression class (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Read how you can use the ConditionExpression class to compare an attribute to a value or set of values by using an operator, such as "equal to" or "greater than"" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 08/03/2020
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -115,7 +115,7 @@ For example:
115115
new ConditionExpression("firstname", ConditionOperator.Equal, true, "lastname");
116116
```
117117

118-
creates a condition to return only records where the first and last names are the same, while
118+
This code creates a condition to return only records where the first and last names are the same, while
119119

120120
```csharp
121121
new ConditionExpression("firstname", ConditionOperator.Equal, false, "John");

0 commit comments

Comments
 (0)