Click or drag to resize
VehicleTypeDapperRepoReadSingle Method
Gets a single record based on its Primary Key

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 ReadSingle(
	int RecordID
)

Parameters

RecordID
Type: SystemInt32
The Primary Key of the record

Return Value

Type: VehicleTypeRow
The selected record

Implements

ILookupRepositoryTReadSingle(Int32)
See Also