ISupportsUpdateSet..::..UpdateSet Method (String, Object, UpdateOptions)
Update multiple records using an update value.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IUpdateSetDbCommandBuilder UpdateSet( string tableName, Object newValues, UpdateOptions options )
Function UpdateSet ( _ tableName As String, _ newValues As Object, _ options As UpdateOptions _ ) As IUpdateSetDbCommandBuilder
IUpdateSetDbCommandBuilder^ UpdateSet( String^ tableName, Object^ newValues, UpdateOptions^ options )
Parameters
- tableName
- Type: String
Name of the table.
- newValues
- Type: Object
The new values to use.
- options
- Type: Tortuga.Chain..::..UpdateOptions
The options.