Click or drag to resize

VersionedAssociationPersistenceServiceTModel, TDbModelGetCurrentVersionSequenceForSource Method

Get the current version sequence for the source key

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected abstract long GetCurrentVersionSequenceForSource(
	DataContext context,
	Guid sourceKey
)

Parameters

context  DataContext

[Missing <param name="context"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.VersionedAssociationPersistenceService`2.GetCurrentVersionSequenceForSource(SanteDB.OrmLite.DataContext,System.Guid)"]

sourceKey  Guid

[Missing <param name="sourceKey"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.VersionedAssociationPersistenceService`2.GetCurrentVersionSequenceForSource(SanteDB.OrmLite.DataContext,System.Guid)"]

Return Value

Int64

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.VersionedAssociationPersistenceService`2.GetCurrentVersionSequenceForSource(SanteDB.OrmLite.DataContext,System.Guid)"]

See Also