Share via


KMVirtualNetworkAnswerGroup::find Method

Finds a record in the KMVirtualNetworkAnswerGroup table by using the specified KMVirtualNetworkAnswerTableId and KMQuestionResultGroupId field values.

Syntax

client server public static KMVirtualNetworkAnswerGroup find(
    KMVirtualNetworkAnswerTableId _kmVirtualNetworkAnswerTableId, 
    KMQuestionResultGroupId _kmQuestionResultGroupId, 
   [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: KMVirtualNetworkAnswerGroup Table
A record from the KMVirtualNetworkAnswerGroup table.

See Also

Reference

KMVirtualNetworkAnswerGroup Table