Click or drag to resize
ScalarQueryExtensionMethods Methods

The ScalarQueryExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberForceRowLimit
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.
Public methodStatic memberToValueTValue
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.
Top
See Also