Delete records based from a table based on a content name and SQL criteria.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Sub Delete( _ ByVal ContentName As String, _ ByVal SQLCriteria As String _ ) |
| C# |
|---|
| public abstract void Delete( string ContentName, string SQLCriteria ) |
| C++ |
|---|
| public: void Delete( String ContentName, String SQLCriteria ) abstract |
| J# |
|---|
| public abstract void Delete( string ContentName, string SQLCriteria ) |
| JScript |
|---|
| public abstract
function Delete( ContentName : String, SQLCriteria : String ) |
Parameters
- ContentName
- SQLCriteria