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