PostgreSqlDataSourceBase..::..UpdateSet Method (PostgreSqlObjectName, String, Object, UpdateOptions)
Update multiple records using an update expression.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public IUpdateManyDbCommandBuilder<NpgsqlCommand, NpgsqlParameter> UpdateSet( PostgreSqlObjectName tableName, string updateExpression, Object updateArgumentValue, UpdateOptions options )
Public Function UpdateSet ( _ tableName As PostgreSqlObjectName, _ updateExpression As String, _ updateArgumentValue As Object, _ options As UpdateOptions _ ) As IUpdateManyDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter)
public: IUpdateManyDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^>^ UpdateSet( PostgreSqlObjectName^ tableName, String^ updateExpression, Object^ updateArgumentValue, UpdateOptions^ options )
Parameters
- tableName
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table.
- updateExpression
- Type: String
The update expression.
- updateArgumentValue
- Type: Object
The argument value.
- options
- Type: Tortuga.Chain..::..UpdateOptions
The update options.