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
- _kmVirtualNetworkAnswerTableId
Type: KMVirtualNetworkAnswerTableId Extended Data Type
The KMVirtualNetworkAnswerTableId value.
- _kmQuestionResultGroupId
Type: KMQuestionResultGroupId Extended Data Type
The KMQuestionResultGroupId value.
- _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.