Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

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

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

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

Syntax


public ObjectDbCommandBuilder<NpgsqlCommand, NpgsqlParameter, TArgument> Delete<TArgument>(
	TArgument argumentValue,
	DeleteOptions options
)
Public Function Delete(Of TArgument) ( _
	argumentValue As TArgument, _
	options As DeleteOptions _
) As ObjectDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter, TArgument)
public:
generic<typename TArgument>
ObjectDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^, 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