Click or drag to resize

ActDerivedPersistenceServiceTActTryGetSubclassPersister Method

Attempts to load the persistence provider for a subclass described by classKey

Namespace: SanteDB.Persistence.Data.Services.Persistence.Acts
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected bool TryGetSubclassPersister(
	Guid classKey,
	out IAdoPersistenceProvider persistenceProvider
)

Parameters

classKey  Guid
The classification key to fetch the subclass persistence service of
persistenceProvider  IAdoPersistenceProvider
The located persistence provider

Return Value

Boolean
True if the persistence provider was located
See Also