Click or drag to resize
IRepositoryTCreate Method
Creates a new Record

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T Create(
	T Record
)

Parameters

Record
Type: T
The Record to be created

Return Value

Type: T
The newly created Record
See Also