Skip to content

Commit 62884e5

Browse files
Update articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md
Co-Authored-By: Mary McCready <[email protected]>
1 parent ec08d0d commit 62884e5

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
@@ -48,7 +48,7 @@ For Azure Stream Analytics values to be used in C#, they need to be marshaled fr
4848
|Record | Dictionary\<string, object> |
4949
|Array | Array\<object> |
5050

51-
The same is true when data needs to be marshaled from C# to Azure Stream Analytics, this happens on the output value of an UDF. The table bellow shows what types are supported:
51+
The same is true when data needs to be marshaled from C# to Azure Stream Analytics, which happens on the output value of a UDF. The table below shows what types are supported:
5252

5353
|**C# type** |**Azure Stream Analytics type** |
5454
|---------|---------|

0 commit comments

Comments
 (0)