KMConnectionType::findTableId Method
Finds a record in the KMConnectionType table by using the specified CCPrimaryTableId value.
Syntax
client server public static KMConnectionType findTableId(CCPrimaryTableId _ccPrimaryTableId, [boolean _forUpdate])
Run On
Called
Parameters
- _ccPrimaryTableId
Type: CCPrimaryTableId Extended Data Type
A CCPrimaryTableId 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.