ScalarQueryExtensionMethods Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The ScalarQueryExtensionMethods type exposes the following members.
Name | Description | |
---|---|---|
ForceRowLimit |
Forces the row limit on the scalar query expression specified. A row limit is only required if the query potentially returns more values
and it's used in a scope where it's required to return 1 element at most.
| |
ToValueTValue |
Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in scalar query.
|