Share via


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

  • _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.

See Also

Reference

KMQuestionType Table