 | MdmDataManagerGetMasterRelationshipFor Method |
Get the master record for the specified local record
Namespace: SanteDB.Persistence.MDM.Services.ResourcesAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic ITargetedAssociation GetMasterRelationshipFor(
Guid localKey
)
Public Function GetMasterRelationshipFor (
localKey As Guid
) As ITargetedAssociation
public:
ITargetedAssociation^ GetMasterRelationshipFor(
Guid localKey
)
member GetMasterRelationshipFor :
localKey : Guid -> ITargetedAssociation Parameters
- localKey Guid
[Missing <param name="localKey"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.GetMasterRelationshipFor(System.Guid)"]
Return Value
ITargetedAssociation[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmDataManager.GetMasterRelationshipFor(System.Guid)"]
See Also