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: articles/digital-twins/reference-query-functions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The following query returns all digital twins whose IDs end in `-small`. The str
67
67
68
68
## IS_BOOL
69
69
70
-
A type checking function for determining whether an expression has a Boolean value.
70
+
A type checking function for determining whether an property has a Boolean value.
71
71
72
72
This function is often combined with other predicates if the program processing the query results requires a boolean value, and you want to filter out cases where the property is not a boolean.
73
73
@@ -77,11 +77,11 @@ This function is often combined with other predicates if the program processing
77
77
78
78
### Arguments
79
79
80
-
`<expression>`, an expression to check whether it is a Boolean.
80
+
`<property>`, an property to check whether it is a Boolean.
81
81
82
82
### Returns
83
83
84
-
A Boolean value indicating if the type of the specified expression is a Boolean.
84
+
A Boolean value indicating if the type of the specified property is a Boolean.
0 commit comments