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: SqlScriptDom/Parser/TSql/Ast.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -649,6 +649,7 @@
649
649
<MemberName="JsonParameters"Type="JsonKeyValue"Collection="true"Summary="The Json parameters to the function."/>
650
650
<MemberName="AbsentOrNullOnNull"Type="Identifier"Collection="true"Summary="The Absent or Null on Null will convert or remove sql null to json null"/>
651
651
<MemberName="ReturnType"Type="Identifier"Collection="true"Summary="Return type of function. Used by json_arrayagg, json_objectagg, json_array, json_object and json_value"/>
652
+
<MemberName="WithArrayWrapper"Type="bool"Summary="Indicates whether WITH ARRAY WRAPPER clause is specified for JSON_QUERY function."/>
652
653
</Class>
653
654
<ClassName="CallTarget"Abstract="true"Summary="Represents a target of a function call.">
0 commit comments