Click or drag to resize

IdentifiedDataPersistenceServiceTModel, TDbModelDoGetInternal Method

Get a database model version direct from the database

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected override Object DoGetInternal(
	DataContext context,
	Guid key,
	Guid? versionKey,
	bool allowCache = false
)

Parameters

context  DataContext
The context from which the data should be fetched
key  Guid
The key of data which should be fetched
versionKey  NullableGuid
The version key
allowCache  Boolean  (Optional)
True if loading data from the ad-hoc caching service is allowed

Return Value

Object
The database model
See Also