- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.Configuration .Tests - Interfaces
-
- IQueryAnalyzer
<Select>
- IQueryAnalyzer
- Base Types
-
- Object
- QueryAnalyzer
<Select> - Conditional
Query Analyzer <Select>
graph BT
Type-->Base0["ConditionalQueryAnalyzer<Select>"]
Base0-->Base1["QueryAnalyzer<Select>"]
Base1-->Base2["Object"]
Type-.->Interface0["IQueryAnalyzer<Select>"]
Type["SelectAnalyzer"]
class Type type-node
Syntax
public class SelectAnalyzer : ConditionalQueryAnalyzer<Select>, IQueryAnalyzer<Select>
Constructors
Name | Summary |
---|---|
SelectAnalyzer |
Methods
Name | Value | Summary |
---|---|---|
GetColumnAliases |
IEnumerable |
|
GetColumnValueMap |
Dictionary |
|
HasAggregationColumn |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|