MySqlCommandExecutionToken Constructor
Initializes a new instance of the MySqlCommandExecutionToken class.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public MySqlCommandExecutionToken( ICommandDataSource<MySqlCommand, MySqlParameter> dataSource, string operationName, string commandText, IReadOnlyList<MySqlParameter> parameters, CommandType commandType )
Public Sub New ( _ dataSource As ICommandDataSource(Of MySqlCommand, MySqlParameter), _ operationName As String, _ commandText As String, _ parameters As IReadOnlyList(Of MySqlParameter), _ commandType As CommandType _ )
public: MySqlCommandExecutionToken( ICommandDataSource<MySqlCommand^, MySqlParameter^>^ dataSource, String^ operationName, String^ commandText, IReadOnlyList<MySqlParameter^>^ parameters, CommandType^ commandType )
Parameters
- dataSource
- Type: Tortuga.Chain.DataSources..::..ICommandDataSource<(Of <(<'MySqlCommand, MySqlParameter>)>)>
- operationName
- Type: String
- commandText
- Type: String
- parameters
- Type: IReadOnlyList<(Of <(<'MySqlParameter>)>)>
- commandType
- Type: CommandType