- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.Configuration .Tests - Interfaces
-
- IQueryAnalyzer
<Insert>
- IQueryAnalyzer
- Base Types
-
- Object
- QueryAnalyzer
<Insert>
graph BT
Type-->Base0["QueryAnalyzer<Insert>"]
Base0-->Base1["Object"]
Type-.->Interface0["IQueryAnalyzer<Insert>"]
Type["InsertAnalyzer"]
class Type type-node
Syntax
public class InsertAnalyzer : QueryAnalyzer<Insert>, IQueryAnalyzer<Insert>
Constructors
Name | Summary |
---|---|
InsertAnalyzer |
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.
|