PostgreSqlDataSourceBase..::..DeleteWithFilter Method (PostgreSqlObjectName, String, Object)
Delete multiple records using a where expression.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public MultipleRowDbCommandBuilder<NpgsqlCommand, NpgsqlParameter> DeleteWithFilter( PostgreSqlObjectName tableName, string whereClause, Object argumentValue )
Public Function DeleteWithFilter ( _ tableName As PostgreSqlObjectName, _ whereClause As String, _ argumentValue As Object _ ) As MultipleRowDbCommandBuilder(Of NpgsqlCommand, NpgsqlParameter)
public: MultipleRowDbCommandBuilder<NpgsqlCommand^, NpgsqlParameter^>^ DeleteWithFilter( PostgreSqlObjectName^ tableName, String^ whereClause, Object^ argumentValue )
Parameters
- tableName
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table.
- whereClause
- Type: String
The where clause.
- argumentValue
- Type: Object
The argument value for the where clause.