Share via


KMCollectionQuestionAnswer::find Method

Finds a record in the KMCollectionQuestionAnswer table, depending on specified values of the KMCollectionId, KMQuestionId, ParentQuestionId, and AnswerCollectionSequenceNumber fields.

Syntax

client server public static KMCollectionQuestionAnswer find(
    KMCollectionId _kmCollectionId, 
    KMQuestionId _kmQuestionId, 
    KMQuestionParentId _kmQuestionParentId, 
    KMAnswerCollectionSequenceNumber _sequenceNumber, 
   [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: KMCollectionQuestionAnswer Table
A record from the KMCollectionQuestionAnswer table.

See Also

Reference

KMCollectionQuestionAnswer Table