Share via


EntityTracker.TryGetEntityDescriptor(Object) Method

Definition

Gets the entity descriptor corresponding to a particular entity

public Microsoft.OData.Client.EntityDescriptor TryGetEntityDescriptor (object entity);
member this.TryGetEntityDescriptor : obj -> Microsoft.OData.Client.EntityDescriptor
Public Function TryGetEntityDescriptor (entity As Object) As EntityDescriptor

Parameters

entity
Object

Entity for which to find the entity descriptor

Returns

EntityDescriptor for the entity or null if not found

Applies to