Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

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

Update multiple records using an update value.

Namespace:  Tortuga.Chain.DataSources
Assembly:  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.

Remarks


Use .WithFilter to apply a WHERE clause.