ISupportsUpdate..::..Update<(Of <(<'TArgument>)>)> Method (String, TArgument, UpdateOptions)
Update an object in the specified table.
Namespace:
Tortuga.Chain.DataSourcesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IObjectDbCommandBuilder<TArgument> Update<TArgument>( string tableName, TArgument argumentValue, UpdateOptions options )
Function Update(Of TArgument) ( _ tableName As String, _ argumentValue As TArgument, _ options As UpdateOptions _ ) As IObjectDbCommandBuilder(Of TArgument)
generic<typename TArgument> IObjectDbCommandBuilder<TArgument>^ Update( String^ tableName, TArgument argumentValue, UpdateOptions^ options )
Type Parameters
- TArgument
Parameters
- tableName
- Type: String
Name of the table.
- argumentValue
- Type: TArgument
The argument value.
- options
- Type: Tortuga.Chain..::..UpdateOptions
The update options.