DEL_DirECommunicationTypeTable::find Method
Finds a record from the DEL_DirECommunicationTypeTable table, depending on a DEL_DirECommunicationTypeId value.
Syntax
client server public static DEL_DirECommunicationTypeTable find(DEL_DirECommunicationTypeId _eCommunicationTypeId, [boolean _forupdate])
Run On
Called
Parameters
- _eCommunicationTypeId
Type: DEL_DirECommunicationTypeId Extended Data Type
A DEL_DirECommunicationTypeId value of the record to be selected.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DEL_DirECommunicationTypeTable Table
A record from the DEL_DirECommunicationTypeTable table.