Gets the TEntity with the specified identity.
Assembly: Epic.Query.Linq
Declaration Syntax
C# |
public TEntity this[ TIdentity identity ] { get; }
Parameters
- identity (TIdentity)
- Identity.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | identity is nullNothingnullptr. |