SyncSolutionInfoTmp::findBySolutionId Method
Checks whether a solution with a given solutionId value exists in the temporary solution information table.
Syntax
client server public static SyncSolutionInfoTmp findBySolutionId(SyncSolutionInfoTmp _solutionInfoTmp, SyncSolutionId _solutionId)
Run On
Called
Parameters
- _solutionInfoTmp
Type: SyncSolutionInfoTmp Table
A temporary table that stores solution information.
- _solutionId
Type: SyncSolutionId Extended Data Type
The class identifier that represents the solution.
Return Value
Type: SyncSolutionInfoTmp Table
true if solution information exists in the table; otherwise, false.