EMLookupTableGetLookupTablesById Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets meta data for a lookup table
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static EMLookupTable GetLookupTablesById(
string connectionString,
int lookupTableId
)
Public Shared Function GetLookupTablesById (
connectionString As String,
lookupTableId As Integer
) As EMLookupTable
public:
static EMLookupTable^ GetLookupTablesById(
String^ connectionString,
int lookupTableId
)
static member GetLookupTablesById :
connectionString : string *
lookupTableId : int -> EMLookupTable
DMLibrary.EMLookupTable.GetLookupTablesById = function(connectionString, lookupTableId);
Parameters
- connectionString
- Type: SystemString
database connection string - lookupTableId
- Type: SystemInt32
lookup table id
Return Value
Type:
EMLookupTablereturns
EMLookupTable
See Also