WMSTransport::find Method
Finds the specified record in the WMSTransport table.
Syntax
client server public static WMSTransport find(WMSTransportId _transportId, [boolean _update])
Run On
Called
Parameters
- _transportId
Type: WMSTransportId Extended Data Type
The transport ID of the record to find.
- _update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: WMSTransport Table
The specified record in the WMSTransport table if found.