AssetSourceType_CN::findByNaturalKey Method
Finds a record in the AssetSourceType_CN table, based on a source type ID.
Syntax
client server public static AssetSourceType_CN findByNaturalKey(
AssetSourceTypeId_CN _sourceTypeId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _sourceTypeId
Type: AssetSourceTypeId_CN Extended Data Type
The source type ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that indicates whether the record is in the concurrency model.
Return Value
Type: AssetSourceType_CN Table
A record in the AssetSourceType_CN table; otherwise an empty record.