IScalarQueryExpression Properties | 
The IScalarQueryExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| DatabaseSpecificCreator | 
            Object which will be used to create valid parameter objects, field names, including prefix/postfix characters, 
            and conversion routines, and field names, including prefix/postfix characters. 
            Uses the strategy pattern so the generic code can work with more than one target database.
              | |
| FilterToUse | 
            The filter to use in the scalar query. 
              | |
| GroupByClause | 
            The group by clause to use in this scalar query.
              | |
| Parameters | 
            The list of parameters created when the ScalarQueryExpression was translated to text usable in a query. Only valid after a succesful call to ToQueryText
              | |
| RelationsToUse | 
            The relations to use in the scalar query.
              | |
| SelectField | 
            The field which will be the resultvalue of this scalar query
              | |
| SelectFieldPersistenceInfo | 
            The persistence info for the SelectField
              | |
| SorterToUse | 
            The sorter to use in the scalar query.
              |