get_sql_identifier_at_path
Description:
[ Version ( since = "4.2.6" ) ]
public string get_sql_identifier_at_path (Connection? cnc, ServerProvider? prov, string path)
public string get_sql_identifier_at_path (Connection? cnc, ServerProvider? prov, string path)
This method is similar to get_value_at_format, but for SQL identifiers: a new string is returned instead of a Value.
Also the returned string is assumed to represents an SQL identifier and will correctly be quoted to be used with cnc
, or
prov
if cnc
is null
(a generic quoting rule will be applied if both are null
).
Parameters:
this |
a ServerOperation object |
cnc |
a Connection, or |
prov |
a ServerProvider, or |
path |
a complete path to a node (starting with "/") |
Returns:
a new string, or |