Share via


ISqlGenerationHelper.DelimitJsonPathElement(String) Method

Definition

Writes the delimited SQL representation of an element in a JSON path.

public string DelimitJsonPathElement (string pathElement);
abstract member DelimitJsonPathElement : string -> string
Public Function DelimitJsonPathElement (pathElement As String) As String

Parameters

pathElement
String

The JSON path element to delimit.

Returns

The generated string.

Applies to