Skip to content

Commit b958486

Browse files
Update articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Co-authored-by: Mary McCready <[email protected]>
1 parent e5253d1 commit b958486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The `StreamingContext` class lets you publish diagnostic information using the `
167167

168168
`StreamingContext` value does not need to be passed by the user in the SQL query, Azure Stream Analytics will provide a context object automatically if input parameter is present. The use of the `MyUdfMethod` does not change as shown below.
169169

170-
```SQL
170+
```sql
171171
SELECT udf.MyUdfMethod(input.value) as udfValue FROM input
172172
```
173173

0 commit comments

Comments
 (0)