Compartir a través de


RelationalSqlGenerationHelper.EscapeJsonPathElement(String) Method

Definition

Generates the escaped SQL representation of an identifier (column name, table name, etc.).

public virtual string EscapeJsonPathElement (string identifier);
abstract member EscapeJsonPathElement : string -> string
override this.EscapeJsonPathElement : string -> string
Public Overridable Function EscapeJsonPathElement (identifier As String) As String

Parameters

identifier
String

The identifier to be escaped.

Returns

The generated string.

Applies to