Deletes all rows from a database table using the specified Where clause.
Declaration Syntax
Protected Sub Delete ( _
tableName As String, _
where As String _
)
Parameters
- tableName (String)
- Database table name
- where (String)
- Where clause
Assembly:
MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)