Share via


KMQuestion::find Method

Finds a record in the KMQuestion table, depending on the specified value of the KMQuestionId field.

Syntax

client server public static KMQuestion find(KMQuestionId _kmQuestionId, [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: KMQuestion Table
A record from the KMQuestion table.

See Also

Reference

KMQuestion Table