Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the record in the VehicleModelTable_W table that has the specified vehicle model.
Syntax
server public static VehicleModelTable_W findByModel(VehicleModel_W _model)
Run On
Server
Parameters
- _model
Type: VehicleModel_W Extended Data Type
The vehicle model of the VehicleModelTable_W record to find.
Return Value
Type: VehicleModelTable_W Table
A record in the VehicleModelTable_W table; otherwise, an empty record.