Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

MySqlDataSourceBase..::..Delete<(Of <(<'TArgument>)>)> Method (TArgument, DeleteOptions)

Delete an object model from the table indicated by the class's Table attribute.

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

Syntax


public ObjectDbCommandBuilder<MySqlCommand, MySqlParameter, TArgument> Delete<TArgument>(
	TArgument argumentValue,
	DeleteOptions options
)
Public Function Delete(Of TArgument) ( _
	argumentValue As TArgument, _
	options As DeleteOptions _
) As ObjectDbCommandBuilder(Of MySqlCommand, MySqlParameter, TArgument)
public:
generic<typename TArgument>
ObjectDbCommandBuilder<MySqlCommand^, MySqlParameter^, TArgument>^ Delete(
	TArgument argumentValue, 
	DeleteOptions^ options
)

Type Parameters

TArgument

Parameters

argumentValue
Type: TArgument
The argument value.
options
Type: Tortuga.Chain..::..DeleteOptions
The delete options.

Return Value