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

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

Parameters

RecordID
Type: SystemInt32
The PK of the record

Return Value

Type: Agency
The select Record

Implements

IRepositoryTReadSingle(Int32)
See Also