Share via


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

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

See Also

Reference

KMQuestionRow Table