KMCollectionType::find Method
Finds a record in the KMCollectionType table, depending on supplied value of the KMCollectionTypeId field.
Syntax
client server public static KMCollectionType find(KMCollectionTypeId _kmCollectionTypeId, [boolean _forUpdate])
Run On
Called
Parameters
- _kmCollectionTypeId
Type: KMCollectionTypeId Extended Data Type
The value of the KMCollectionTypeId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: KMCollectionType Table
A record from the KMCollectionType table.