EntityTracker.TryGetEntityDescriptor(Object) 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 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