Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OrganizationServiceContext.OnBeginEntityTracking(Entity) Method

Definition

Namespace:
Microsoft.Xrm.Sdk.Client
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Virtual (Overridable) method called when entity tracking begins.

protected:
 virtual void OnBeginEntityTracking(Microsoft::Xrm::Sdk::Entity ^ entity);
protected virtual void OnBeginEntityTracking(Microsoft.Xrm.Sdk.Entity entity);
abstract member OnBeginEntityTracking : Microsoft.Xrm.Sdk.Entity -> unit
override this.OnBeginEntityTracking : Microsoft.Xrm.Sdk.Entity -> unit
Protected Overridable Sub OnBeginEntityTracking (entity As Entity)

Parameters

entity
Entity

The entity to be tracked by the OrganizationServiceContext.

Applies to

See also