KMConnectionType::find Method
Finds a record in the KMConnectionType table by using the specified KMConnectionTypeId value.
Syntax
client server public static KMConnectionType find(KMConnectionTypeId _kmConnectionTypeId, [boolean _forUpdate])
Run On
Called
Parameters
- _kmConnectionTypeId
Type: KMConnectionTypeId Extended Data Type
The KMConnectionTypeId value.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: KMConnectionType Table
A record from the KMConnectionType table.