EMLookupTableSaveItemGetColumnMapping Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Retreives the actual column id given a temporary column id.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int GetColumnMapping(
	int temporaryColumnId
)
Public Function GetColumnMapping ( 
	temporaryColumnId As Integer
) As Integer
public:
virtual int GetColumnMapping(
	int temporaryColumnId
) sealed
abstract GetColumnMapping : 
        temporaryColumnId : int -> int 
override GetColumnMapping : 
        temporaryColumnId : int -> int function GetColumnMapping(temporaryColumnId);
Parameters
- temporaryColumnId
 - Type: SystemInt32
The temporary ( negative integer ) column id. 
Return Value
Type: 
Int32The actual ( positive integer ) column id.
Implements
ISaveLookupTableItemGetColumnMapping(Int32)
See Also