KMQuestionType::find Method
Finds a record in the KMQuestionType table, depending on the specified value of the KMQuestionTypeId field.
Syntax
client server public static KMQuestionType find(KMQuestionTypeId _kmQuestionTypeId, [boolean _forUpdate])
Run On
Called
Parameters
- _kmQuestionTypeId
Type: KMQuestionTypeId Extended Data Type
The value of the KMQuestionTypeId 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: KMQuestionType Table
A record from the KMQuestionType table.