UpdateAnalyzer Class

Assembly
UnitTest.dll
Namespace
Terrasoft.Configuration.Tests
Interfaces
Base Types
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

Methods

Name Value Summary
GetColumnAliases() IEnumerable<string>
GetColumnValueMap() Dictionary<string, object>

Extension Methods