We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set of extension methods for Microsoft.Xrm.Sdk.EntityReference base class. At the moment just two simple but sometimes useful type conversion methods.
Gets the entity based on the EntityReference.
public Entity ToEntity();
Gets the entity based on the EntityReference as the specified type.
public T ToEntity<T>() where T : Entity;
There was an error while loading. Please reload this page.