Method Deconstruct
Deconstruct(out T, out IResultSummary, out string[])
Deconstructs the result into its constituent parts.
public void Deconstruct(out T result, out IResultSummary summary, out string[] keys)
Parameters
resultTThe result returned from the query.
summaryIResultSummaryThe summary of the result.
keysstring[]The keys present in the result.
Deconstruct(out T, out IResultSummary)
Deconstructs the result into its constituent parts.
public void Deconstruct(out T result, out IResultSummary summary)
Parameters
resultTThe result returned from the query.
summaryIResultSummaryThe summary of the result.