Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

IClass1DataSource..::..UpdateSet Method (String, String, Object, UpdateOptions)

Update multiple records using an update expression.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


IUpdateManyDbCommandBuilder UpdateSet(
	string tableName,
	string updateExpression,
	Object updateArgumentValue,
	UpdateOptions options
)
Function UpdateSet ( _
	tableName As String, _
	updateExpression As String, _
	updateArgumentValue As Object, _
	options As UpdateOptions _
) As IUpdateManyDbCommandBuilder
IUpdateManyDbCommandBuilder^ UpdateSet(
	String^ tableName, 
	String^ updateExpression, 
	Object^ updateArgumentValue, 
	UpdateOptions^ options
)

Parameters

tableName
Type: String
Name of the table.
updateExpression
Type: String
The update expression.
updateArgumentValue
Type: Object
The argument for the update expression.
options
Type: Tortuga.Chain..::..UpdateOptions
The update options.

Remarks


Use .WithFilter to apply a WHERE clause.