EMLookupTableClearSaveItemSave Method

Alterian Email Manager 6.2.3 SDK Help File
Logic to execute this step.

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

Syntax
public override void Save(
	DMToken token,
	SqlConnection connection,
	SqlTransaction transcation
)

Parameters

token
Type: DMToken
Authentication Token.
connection
Type: System.Data.SqlClientSqlConnection
transcation
Type: System.Data.SqlClientSqlTransaction

Implements

ISaveLookupTableItemSave(DMToken, SqlConnection, SqlTransaction)
See Also