 | ActParticipationPersistenceServiceDoInsertInternal Method |
Perform an insertion of the object
Namespace: SanteDB.Persistence.Data.Services.Persistence.ActsAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxprotected override DbActParticipation DoInsertInternal(
DataContext context,
DbActParticipation dbModel
)
Protected Overrides Function DoInsertInternal (
context As DataContext,
dbModel As DbActParticipation
) As DbActParticipation
protected:
virtual DbActParticipation^ DoInsertInternal(
DataContext^ context,
DbActParticipation^ dbModel
) override
abstract DoInsertInternal :
context : DataContext *
dbModel : DbActParticipation -> DbActParticipation
override DoInsertInternal :
context : DataContext *
dbModel : DbActParticipation -> DbActParticipation Parameters
- context DataContext
[Missing <param name="context"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Acts.ActParticipationPersistenceService.DoInsertInternal(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Acts.DbActParticipation)"]
- dbModel DbActParticipation
[Missing <param name="dbModel"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Acts.ActParticipationPersistenceService.DoInsertInternal(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Acts.DbActParticipation)"]
Return Value
DbActParticipation[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Acts.ActParticipationPersistenceService.DoInsertInternal(SanteDB.OrmLite.DataContext,SanteDB.Persistence.Data.Model.Acts.DbActParticipation)"]
See Also