Click or drag to resize

MdmEntityDataManagerTModelGetAssociatedLocals Method

Gets the local associations (the locals) attached to the master key

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public override IQueryResultSet<ITargetedAssociation> GetAssociatedLocals(
	Guid masterKey
)

Parameters

masterKey  Guid

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

Return Value

IQueryResultSetITargetedAssociation

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

See Also