Click or drag to resize

PlacePersistenceServiceDoInsertModel Method

Insert the model object (in this case an entity)

Namespace: SanteDB.Persistence.Data.Services.Persistence.Entities
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected override Place DoInsertModel(
	DataContext context,
	Place data
)

Parameters

context  DataContext
The data context on which the data is to be inserted
data  Place
The data which is to be inserted

Return Value

Place
The inserted entity
See Also