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