Click or drag to resize

NonProjectionExpressionExtractor Properties

The NonProjectionExpressionExtractor type exposes the following members.

Properties
  NameDescription
Public propertyExtractAllWhereClauses
Gets or sets a value indicating whether [extract all where clauses]. If set to false (default), only the where clauses which are NOT referred by (indirectly)a DefaultIfEmpty or rightside of a groupjoin are extracted (if enabled)
Public propertyExtractedExpressions
Gets the extracted expressions, if any.
Public propertyExtractSortClauses
Gets or sets a value indicating whether [extract sort clauses]. Default true
Public propertyExtractWhereClauses
Gets or sets a value indicating whether [extract where clauses]. Default true
Protected propertyFrameworkElementCreator
Gets the framework element creator.
(Inherited from GenericExpressionHandler.)
Protected propertyFunctionMappings
Gets the function mappings.
(Inherited from GenericExpressionHandler.)
Protected propertyGeneratedCodeElementCreator
Gets the generated code element creator.
(Inherited from GenericExpressionHandler.)
Public propertySelectWithProjectionSeen
Gets a value indicating whether [select with projection seen].
Public propertyStopAtFirstJoin
Gets or sets a value indicating whether [stop at first join]. Default false
Protected propertyTrackedMappings
Gets the mappings of various objects defined during the process operations of the expression tree.
(Inherited from GenericExpressionHandler.)
Top
See Also