Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

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

Update an object in the specified table.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


IObjectDbCommandBuilder<TArgument> Update<TArgument>(
	TArgument argumentValue,
	UpdateOptions options
)
Function Update(Of TArgument) ( _
	argumentValue As TArgument, _
	options As UpdateOptions _
) As IObjectDbCommandBuilder(Of TArgument)
generic<typename TArgument>
IObjectDbCommandBuilder<TArgument>^ Update(
	TArgument argumentValue, 
	UpdateOptions^ options
)

Type Parameters

TArgument

Parameters

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

Exceptions


ExceptionCondition
[ArgumentException]tableName is empty.;tableName