MySqlDataSourceBase..::..UpdateSet Method (MySqlObjectName, String, Object, UpdateOptions)
Update multiple records using an update expression.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public IUpdateManyDbCommandBuilder<MySqlCommand, MySqlParameter> UpdateSet( MySqlObjectName tableName, string updateExpression, Object updateArgumentValue, UpdateOptions options )
Public Function UpdateSet ( _ tableName As MySqlObjectName, _ updateExpression As String, _ updateArgumentValue As Object, _ options As UpdateOptions _ ) As IUpdateManyDbCommandBuilder(Of MySqlCommand, MySqlParameter)
public: IUpdateManyDbCommandBuilder<MySqlCommand^, MySqlParameter^>^ UpdateSet( MySqlObjectName^ tableName, String^ updateExpression, Object^ updateArgumentValue, UpdateOptions^ options )
Parameters
- tableName
- Type: Tortuga.Chain.MySql..::..MySqlObjectName
Name of the table.
- updateExpression
- Type: String
The update expression.
- updateArgumentValue
- Type: Object
The argument value.
- options
- Type: Tortuga.Chain..::..UpdateOptions
The update options.