Click or drag to resize

MailTemplatePlaceholderResolverSupportingAttributes Constructor (SqlConnection, SqlTransaction, Int32)

Initializes a new instance of the MailTemplatePlaceholderResolverSupportingAttributes class.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public MailTemplatePlaceholderResolverSupportingAttributes(
	SqlConnection dbConnection,
	SqlTransaction dbTransaction,
	int dbCommandTimeout
)

Parameters

dbConnection
Type: System.Data.SqlClientSqlConnection
Database connection.
dbTransaction
Type: System.Data.SqlClientSqlTransaction
Database transaction.
dbCommandTimeout
Type: SystemInt32
Database timeout.
See Also