| QuerySpecExtensionMethods.ToSingleResult Method |
| Name | Description | |
|---|---|---|
| ToSingleResult<T>(DynamicQuery<T>) |
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the single result of the passed in query.
| |
| ToSingleResult<T>(EntityQuery<T>) |
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the single result of the passed in query.
|