Click or drag to resize

MdmDataManagerTModelGetRaw Method

Gets the raw object from the underlying persistence service identified by the key (whether it is MASTER ENTITY or LOCAL or SYNTH)

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public Object GetRaw(
	Guid key
)

Parameters

key  Guid

[Missing <param name="key"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager`1.GetRaw(System.Guid)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager`1.GetRaw(System.Guid)"]

See Also