IClass1DataSource..::..DeleteWithFilter Method (String, String, Object)
Delete multiple records using a where expression.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
IMultipleRowDbCommandBuilder DeleteWithFilter( string tableName, string whereClause, Object argumentValue )
Function DeleteWithFilter ( _ tableName As String, _ whereClause As String, _ argumentValue As Object _ ) As IMultipleRowDbCommandBuilder
IMultipleRowDbCommandBuilder^ 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.