EMLookupTableColumnMapping Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a mapping between the temporary ids ( negative integers ) used in the UI for uncommited columns and the actual ids ( positive integers ) for the real table.
Inheritance Hierarchy
SystemObject
  DMLibraryEMLookupTableColumnMapping

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

Syntax
public class EMLookupTableColumnMapping

The EMLookupTableColumnMapping type exposes the following members.

Constructors
NameDescription
Public methodEMLookupTableColumnMapping
Initializes a new instance of the EMLookupTableColumnMapping class
Top
Properties
NameDescription
Public propertyActualColumnId
actual column id.
Public propertyTemporaryColumnId
temp column id.
Top
See Also