Click or drag to resize

BundlePersistenceServiceGet(DataContext, Guid) Method

Perform a get on the context

Namespace: SanteDB.Persistence.Data.Services.Persistence.Collections
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public Bundle Get(
	DataContext context,
	Guid key
)

Parameters

context  DataContext

[Missing <param name="context"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Collections.BundlePersistenceService.Get(SanteDB.OrmLite.DataContext,System.Guid)"]

key  Guid

[Missing <param name="key"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Collections.BundlePersistenceService.Get(SanteDB.OrmLite.DataContext,System.Guid)"]

Return Value

Bundle

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.Collections.BundlePersistenceService.Get(SanteDB.OrmLite.DataContext,System.Guid)"]

Implements

IAdoPersistenceProviderTModelGet(DataContext, Guid)
Exceptions
ExceptionCondition
NotSupportedExceptionThis method is not supported on Bundle
See Also