| IncidentLogDapperRepoCreate Method | 
 Creates a new Record
 
 
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 Create(
	IncidentLog Record
)
Public Function Create ( 
	Record As IncidentLog
) As IncidentLog
public:
virtual IncidentLog^ Create(
	IncidentLog^ Record
) sealed
abstract Create : 
        Record : IncidentLog -> IncidentLog 
override Create : 
        Record : IncidentLog -> IncidentLog Parameters
- Record
- Type: RMP.WCF.Model.IncidentLogIncidentLog
 The Record to be created
Return Value
Type: 
IncidentLogThe newly created Record
Implements
IRepositoryTCreate(T) See Also
See Also