/// <summary> /// Gets the native name for a unique name. /// </summary> /// <param name="uniqueName">The unique name to convert.</param> /// <returns>The native name. If the unique name was invalid the result will be an empty string.</returns> public string ConvertUniqueNameToNative(string uniqueName) { return(NativeOlapApi.ResolveUniqueName(_store.ClientSlot, _serverHandle, uniqueName)); }