EMLookupTableUpdateSaveItem Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a lookup table save request step to update the table's metadata.
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
[SerializableAttribute]
public class EMLookupTableUpdateSaveItem : EMLookupTableSaveItem

The EMLookupTableUpdateSaveItem type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTableUpdateSaveItem
Initializes a new instance of the EMLookupTableUpdateSaveItem class
Top
Properties
NameDescription
Public propertyDescription
New Description for the table.
Public propertyKeyName
Name of the Key column.
Public propertyName
New name for the table.
Public propertySaveContext
Information to identify this specific save request set.
(Inherited from EMLookupTableSaveItem.)
Public propertyType
Type of step.
(Inherited from EMLookupTableSaveItem.)
Top
Methods
NameDescription
Public methodAddColumnMapping
Add a mapping between temporary and actual column ids.
(Inherited from EMLookupTableSaveItem.)
Public methodAddToMetadata (Inherited from EMLookupTableSaveItem.)
Public methodGetColumnMapping
Retreives the actual column id given a temporary column id.
(Inherited from EMLookupTableSaveItem.)
Public methodIsColumnMapped
Checks to see if a temporary column id has a mapping to an actual column id.
(Inherited from EMLookupTableSaveItem.)
Public methodSave
Logic to execute this step.
(Overrides EMLookupTableSaveItemSave(DMToken, SqlConnection, SqlTransaction).)
Top
See Also