Method UnscopeIdentifier
UnscopeIdentifier(string)
Strips the user namespace prefix from a data source identifier.
public string UnscopeIdentifier(string scopedIdentifier)
Parameters
scopedIdentifierstringThe full, prefixed identifier.
Returns
- string
The original identifier without the user prefix, or the input unchanged if it does not start with this user's prefix.