EMLookupTableDeleteRecordsSaveItem Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a lookup table save request step that deletes records (rows) from the table.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class EMLookupTableDeleteRecordsSaveItem : EMLookupTableSaveItem

The EMLookupTableDeleteRecordsSaveItem type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTableDeleteRecordsSaveItem
Initializes a new instance of the EMLookupTableDeleteRecordsSaveItem class
Top
Properties
NameDescription
Public propertyKeys
Collection of keys identifying the rows to remove.
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