PostgreSqlDataSourceBase..::..Update<(Of <(<'TArgument>)>)> Method (PostgreSqlObjectName, TArgument, UpdateOptions)
Creates a operation used to perform an update operation.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public ObjectDbCommandBuilder<NpgsqlCommand, NpgsqlParameter, TArgument> Update<TArgument>( PostgreSqlObjectName tableName, TArgument argumentValue, UpdateOptions options )
Public Function Update(Of TArgument) ( _ tableName As PostgreSqlObjectName, _ argumentValue As TArgument, _ options As UpdateOptions _ ) As ObjectDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter, TArgument)
public: generic<typename TArgument> ObjectDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^, TArgument>^ Update( PostgreSqlObjectName^ tableName, TArgument argumentValue, UpdateOptions^ options )
Type Parameters
- TArgument
Parameters
- tableName
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
- argumentValue
- Type: TArgument
- options
- Type: Tortuga.Chain..::..UpdateOptions