MySqlDataSourceBase..::..Update<(Of <(<'TArgument>)>)> Method (MySqlObjectName, TArgument, UpdateOptions)
Creates a operation used to perform an update operation.
Namespace:
Tortuga.Chain.MySqlAssembly: Tortuga.Chain.MySql (in Tortuga.Chain.MySql.dll)
Syntax
public ObjectDbCommandBuilder<MySqlCommand, MySqlParameter, TArgument> Update<TArgument>( MySqlObjectName tableName, TArgument argumentValue, UpdateOptions options )
Public Function Update(Of TArgument) ( _ tableName As MySqlObjectName, _ argumentValue As TArgument, _ options As UpdateOptions _ ) As ObjectDbCommandBuilder(Of MySqlCommand, MySqlParameter, TArgument)
public: generic<typename TArgument> ObjectDbCommandBuilder<MySqlCommand^, MySqlParameter^, TArgument>^ Update( MySqlObjectName^ tableName, TArgument argumentValue, UpdateOptions^ options )
Type Parameters
- TArgument
Parameters
- tableName
- Type: Tortuga.Chain.MySql..::..MySqlObjectName
- argumentValue
- Type: TArgument
- options
- Type: Tortuga.Chain..::..UpdateOptions