Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

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

Update multiple records using an update value.

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

Syntax


public IUpdateManyDbCommandBuilder<NpgsqlCommand, NpgsqlParameter> UpdateSet(
	string tableName,
	Object newValues,
	UpdateOptions options
)
Public Function UpdateSet ( _
	tableName As String, _
	newValues As Object, _
	options As UpdateOptions _
) As IUpdateManyDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter)
public:
IUpdateManyDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^>^ 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.