Function formatId

  • convert the odata key predicate object/value to string

    Parameters

    Returns string

    Example

    formatId(1) // => String('(1)')
    formatId({UUID:'xxx'}) // => String('(UUID='xxx')')

Generated using TypeDoc