KMQuestionResultGroupText::findtext Method
Finds a record in the KMQuestionResultGroupText table, depending on the specified values of the KMQuestionResultGroupId, FromPoints, and ToPoints fields.
Syntax
client server public static KMQuestionResultGroupText findtext(KMQuestionResultGroupId _kmQuestionResultGroupId, KMAnswerPoint _kmAnswerPoint)
Run On
Called
Parameters
- _kmQuestionResultGroupId
Type: KMQuestionResultGroupId Extended Data Type
The value of the KMQuestionResultGroupId field of the record to find.
- _kmAnswerPoint
Type: KMAnswerPoint Extended Data Type
The value of both the FromPoints and ToPoints fields of the record to find.
Return Value
Type: KMQuestionResultGroupText Table
A record from the KMQuestionResultGroupText table.