AbstractEntityInstance.GetAssociatedInstances Method (String)
NOTE: This API is now obsolete.
When overridden in a derived class, gets the associated entity instances for this entity instance for the association specified by the name.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Overridable Function GetAssociatedInstances ( _
associationName As String _
) As IEntityInstanceEnumerator
'Usage
Dim instance As AbstractEntityInstance
Dim associationName As String
Dim returnValue As IEntityInstanceEnumerator
returnValue = instance.GetAssociatedInstances(associationName)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public virtual IEntityInstanceEnumerator GetAssociatedInstances(
string associationName
)
Parameters
associationName
Type: System.StringA valid Association name for this entity.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstanceEnumerator
An IEntityInstanceEnumerator containing the related entity instances for this entity instance.
Implements
IEntityInstance.GetAssociatedInstances(String)
Remarks
All Business Data Catalog associations are 1 to many. Therefore, what comes back is always a stream of 0 or more entity instances.
See Also
Reference
AbstractEntityInstance Members
GetAssociatedInstances Overload
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace