Click or drag to resize

IRepositoryServiceTModelInsert Method

Inserts the specified model information

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
TModel Insert(
	TModel data
)

Parameters

data
Type: TModel
The data to be inserted

Return Value

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