| IncidentLogDapperRepoReadSingle Method | 
 Gets a single record by its PK
 
 
Namespace: RMP.WCF.Model.IncidentLogAssembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic IncidentLog ReadSingle(
	int RecordID
)
Public Function ReadSingle ( 
	RecordID As Integer
) As IncidentLog
public:
virtual IncidentLog^ ReadSingle(
	int RecordID
) sealed
abstract ReadSingle : 
        RecordID : int -> IncidentLog 
override ReadSingle : 
        RecordID : int -> IncidentLog Parameters
- RecordID
- Type: SystemInt32
 The PK of the record
Return Value
Type: 
IncidentLogThe select Record
Implements
IRepositoryTReadSingle(Int32) See Also
See Also