Click or drag to resize

EntityNamePersistenceServiceInsertInternal Method

Insert the specified object

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
protected override EntityName InsertInternal(
	SQLiteDataContext context,
	EntityName data
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityNamePersistenceService.InsertInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Entities.EntityName)"]

data
Type: SanteDB.Core.Model.EntitiesEntityName

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityNamePersistenceService.InsertInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Entities.EntityName)"]

Return Value

Type: EntityName

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.EntityNamePersistenceService.InsertInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Entities.EntityName)"]

See Also