| 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
)
Function Insert (
data As TModel
) As TModel
TModel Insert(
TModel data
)
abstract Insert :
data : 'TModel -> 'TModel
Parameters
- data
- Type: TModel
The data to be inserted
Return Value
Type:
TModelThe inserted data (including any generated properties like ID, timestamps, etc.)
See Also