Member Junction
    Preparing search index...

    Output type for GetData calls - contains results from executing multiple SQL queries

    Index

    Constructors

    Properties

    ErrorMessages: string[]

    An ordered array of error messages for each query that was run. This array will always have the same # of entries as Queries. If a query was successful, the corresponding entry will be null.

    Queries: string[]

    The original input of Queries that were run - same order as provided in the request

    Results: string[]

    An ordered array of results for each query that was run. This array will always have the same # of entries as Queries. If a query failed, the corresponding entry will be null. Successful results are JSON strings containing the query data.

    Success: boolean

    Indicates if the operation was successful overall. If any individual query failed, this will be false. However, any successful queries will still be returned in the Results array.