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