Click or drag to resize
IEditorTCreate Method
Creates a new record from the provided 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 inserted record
See Also