KMQuestionRow::find Method
Finds a record in the KMQuestionRow table based on the specified value of the KMQuestionId and KMQuestionRowId fields.
Syntax
client server public static KMQuestionRow find(
KMQuestionId _kmQuestionId,
KMQuestionRowId _kmQuestionRowId,
[boolean _forUpdate])
Run On
Called
Parameters
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The value of the KMQuestionId field of the record to find.
- _kmQuestionRowId
Type: KMQuestionRowId Extended Data Type
The value of the KMQuestionRowId 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: KMQuestionRow Table
A record from the KMQuestionRow table.