OrganizationServiceContext.GetAttachedEntities Method ()
Applies To: Dynamics CRM 2015
Gets an enumerable collection of the entities attached to the OrganizationServiceContext.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public IEnumerable<Entity> GetAttachedEntities()
public:
IEnumerable<Entity^>^ GetAttachedEntities()
member GetAttachedEntities : unit -> IEnumerable<Entity>
Public Function GetAttachedEntities As IEnumerable(Of Entity)
Return Value
Type: System.Collections.Generic.IEnumerable<Entity>
Type: IEnumerable<Entity>.
See Also
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright