OrganizationServiceContext.GetAttachedEntities Method

Definition

Gets an enumerable collection of the entities attached to the OrganizationServiceContext.

public:
 System::Collections::Generic::IEnumerable<Microsoft::Xrm::Sdk::Entity ^> ^ GetAttachedEntities();
public System.Collections.Generic.IEnumerable<Microsoft.Xrm.Sdk.Entity> GetAttachedEntities ();
member this.GetAttachedEntities : unit -> seq<Microsoft.Xrm.Sdk.Entity>
Public Function GetAttachedEntities () As IEnumerable(Of Entity)

Returns

Applies to