Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSourceBase..::..DeleteWithFilter Method (String, String, Object)

Delete multiple records using a where expression.

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

Syntax


public MultipleRowDbCommandBuilder<NpgsqlCommand, NpgsqlParameter> DeleteWithFilter(
	string tableName,
	string whereClause,
	Object argumentValue
)
Public Function DeleteWithFilter ( _
	tableName As String, _
	whereClause As String, _
	argumentValue As Object _
) As MultipleRowDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter)
public:
MultipleRowDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^>^ DeleteWithFilter(
	String^ tableName, 
	String^ whereClause, 
	Object^ argumentValue
)

Parameters

tableName
Type: String
Name of the table.
whereClause
Type: String
The where clause.
argumentValue
Type: Object
The argument value for the where clause.