PostgreSqlDataSourceBase..::..Update<(Of <(<'TArgument>)>)> Method (String, TArgument)
Update an object in the specified table.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public ObjectDbCommandBuilder<NpgsqlCommand, NpgsqlParameter, TArgument> Update<TArgument>( string tableName, TArgument argumentValue )
Public Function Update(Of TArgument) ( _ tableName As String, _ argumentValue As TArgument _ ) As ObjectDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter, TArgument)
public: generic<typename TArgument> ObjectDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^, TArgument>^ Update( String^ tableName, TArgument argumentValue )
Type Parameters
- TArgument