KMQuestionResultGroup::find Method
Finds a record in the KMQuestionResultGroup table, depending on specified value of the KMQuestionResultGroupId field.
Syntax
client server public static KMQuestionResultGroup find(KMQuestionResultGroupId _kmQuestionResultGroupId, [boolean _forUpdate])
Run On
Called
Parameters
- _kmQuestionResultGroupId
Type: KMQuestionResultGroupId Extended Data Type
The value of the KMQuestionResultGroupId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: KMQuestionResultGroup Table
A record from the KMQuestionResultGroup table.