Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSourceBase..::..Update<(Of <(<'TArgument>)>)> Method (TArgument, UpdateOptions)

Update an object in the specified table.

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

Syntax


public ObjectDbCommandBuilder<NpgsqlCommand, NpgsqlParameter, TArgument> Update<TArgument>(
	TArgument argumentValue,
	UpdateOptions options
)
Public Function Update(Of TArgument) ( _
	argumentValue As TArgument, _
	options As UpdateOptions _
) As ObjectDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter, TArgument)
public:
generic<typename TArgument>
ObjectDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^, TArgument>^ Update(
	TArgument argumentValue, 
	UpdateOptions^ options
)

Type Parameters

TArgument

Parameters

argumentValue
Type: TArgument
The argument value.
options
Type: Tortuga.Chain..::..UpdateOptions
The update options.

Return Value