Click or drag to resize

EntityRelationshipPersistenceServiceInsertInternal Method

Insert the relationship

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

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

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

data
Type: SanteDB.Core.Model.EntitiesEntityRelationship

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

Return Value

Type: EntityRelationship

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

See Also