Click or drag to resize
AgencyXServiceAreaDapperRepoReadSingle Method
Gets a single record by its PK

Namespace: RMP.WCF.Model.AgencyXServiceArea
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AgencyXServiceArea ReadSingle(
	int RecordID
)

Parameters

RecordID
Type: SystemInt32
The PK to use

Return Value

Type: AgencyXServiceArea
The selected record

Implements

IRepositoryTReadSingle(Int32)
See Also