Share via


KMAnswer::find Method

Finds a record in the KMAnswer table, depending on specified value of the KMAnswerCollectionId field.

Syntax

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

See Also

Reference

KMAnswer Table