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