Click or drag to resize
ScalarQueryExtensionMethods Class
Extension methods for the ScalarQueryExpression class.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecScalarQueryExtensionMethods

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class ScalarQueryExtensionMethods

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