Share via


KMCollectionQuestion::find Method

Finds a record in the KMCollectionQuestion table by using the specified value of the KMCollectionId and KMQuestionId fields.

Syntax

client server public static KMCollectionQuestion find(
    KMCollectionId _kmCollectionId, 
    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: KMCollectionQuestion Table
A record from the KMCollectionQuestion table.

See Also

Reference

KMCollectionQuestion Table