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