Click or drag to resize

UpstreamRepositoryServiceBaseTModel, TWireFormat, TCollectionInsert Method

Inserts the specified model information

Namespace: SanteDB.Client.Upstream.Repositories
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public virtual TModel Insert(
	TModel data
)

Parameters

data  TModel
The data to be inserted

Return Value

TModel
The inserted data (including any generated properties like ID, timestamps, etc.)

Implements

IRepositoryServiceTModelInsert(TModel)
See Also