OrganizationServiceContext.OnBeginEntityTracking Method (Entity)
Applies To: Dynamics CRM 2015
Virtual (Overridable) method called when entity tracking begins.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected virtual void OnBeginEntityTracking(
Entity entity
)
protected:
virtual void OnBeginEntityTracking(
Entity^ entity
)
abstract OnBeginEntityTracking :
entity:Entity -> unit
override OnBeginEntityTracking :
entity:Entity -> unit
Protected Overridable Sub OnBeginEntityTracking (
entity As Entity
)
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. The entity to be tracked by the OrganizationServiceContext.
See Also
OrganizationServiceContext
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright