You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > MergeArrayHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.Linq.MergeArrayHandling Enumeration

Specifies how JSON arrays are merged together.

Syntax
C++
C#
Visual Basic
public: enum MergeArrayHandling { Concat = 0, Union = 1, Replace = 2, Merge = 3 };
Members
Members 
Description 
Concat 
Concatenate arrays. 
Union 
Union arrays, skipping items that already exist. 
Replace 
Replace all array items. 
Merge 
Merge array items together, matched by index. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.