OrganizationServiceContext.GetAttachedEntities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)