Method GetSingletonEntity
GetSingletonEntity()
Attempts to retrieve the single entity that this query matches.
Declaration
public Entity GetSingletonEntity()
Returns
| Type | Description | 
|---|---|
| Entity | The only entity matching this query.  | 
    
Exceptions
| Type | Condition | 
|---|---|
| InvalidOperationException | Thrown if the number of entities that match this query is not exactly one.  |