See: Description
| Class | Description |
|---|---|
| AggregateComponent |
AggregateComponent is a mapping component used in processing expressions containing aggregation functions.
|
| AggregateComponent.IsGroupByColumn |
The IsGroupByColumn enumeration specifies whether a column is included in the GROUP BY clause.
|
| Dataset |
This is a delegate class for implementing a composite component containing other components as sub-components.
|
| Dataset.EntityRelationship |
This class represents an entity relationship in a Dataset.
|
| DataStorageDelegate |
A base delegate class for DatastoreComponent and FileComponent.
|
| DatastoreComponent |
A delegate class for a simple datastore mapping component.
|
| DefaultDelegate |
A default component delegate class.
|
| DefaultDelegate.DefaultAttributeDelegate |
A default component attribute delegate class.
|
| DefaultDelegate.DefaultConnectorPointDelegate | |
| DistinctComponent |
A delegate class for the distinct mapping component.
|
| ExpressionComponent |
Delegate class for the expression mapping component.
|
| FileComponent |
Delegate class for the file mapping component.
|
| FilterComponent |
Delegate class for the filter mapping component.
|
| InputSignature |
InputSignature is a mapping component used in processing the input to a reusable mapping.
|
| JoinComponent |
Delegate class for the join interface component.
|
| LookupComponent |
The lookup component is a mapping component with specialized join functionality, allowing the lookup of columns from a lookup table.
|
| LookupComponent.LookupType | |
| OutputSignature |
OutputSignature is a mapping component used in processing the output of a reusable mapping.
|
| ReusableMappingComponent |
A reusable mapping component represents a reusable mapping usage inside another Mapping.
|
| ReusableMappingComponent.RMCConnectorPointDelegate | |
| SetComponent |
Delegate class for the set mapping component.
|
| SorterComponent |
Delegate class for the sorter mapping component.
|
| SplitterComponent |
Delegate class for the splitter mapping component.
|