Click or drag to resize

LocalEntityRelationshipRepositorySave Method

Saves the specified data

Namespace:  SanteDB.DisconnectedClient.Services.Local
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public EntityRelationship Save(
	EntityRelationship data
)

Parameters

data
Type: SanteDB.Core.Model.EntitiesEntityRelationship
The data.

Return Value

Type: EntityRelationship
TModel.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the persistence service is not found.
See Also