EMLookupTableGetLookupTablesById Method

Alterian Email Manager 6.2.3 SDK Help File
Gets meta data for a lookup table

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

Syntax
public static EMLookupTable GetLookupTablesById(
	string connectionString,
	int lookupTableId
)

Parameters

connectionString
Type: SystemString
database connection string
lookupTableId
Type: SystemInt32
lookup table id

Return Value

Type: EMLookupTable
returns EMLookupTable
See Also