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