Click or drag to resize
VehicleTypeEditorCreate Method
Creates a new record from the provided record

Namespace: RMP.WCF.Model.VehicleType
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VehicleTypeRow Create(
	VehicleTypeRow Record
)

Parameters

Record
Type: RMP.WCF.Model.VehicleTypeVehicleTypeRow
The record to be created

Return Value

Type: VehicleTypeRow
The inserted record

Implements

IEditorTCreate(T)
See Also