Performs a DELETE
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("The CurrentQuery should be set without passing in a QueryBuilder on the Delete method.")] protected void Delete( SQLBuilder sqlObj )
<ObsoleteAttribute("The CurrentQuery should be set without passing in a QueryBuilder on the Delete method.")> _ Protected Sub Delete ( _ sqlObj As SQLBuilder _ )
[ObsoleteAttribute(L"The CurrentQuery should be set without passing in a QueryBuilder on the Delete method.")] protected: void Delete( SQLBuilder^ sqlObj )
- sqlObj (SQLBuilder)
- Populated SQL Builder which has the delete limiter
Executing this command on a DOCollection will not alter it. It will retain whatever
presently exists in its collection and caches. To use a 'shadow collection' after
a Delete, use a call to the ActiveFind method to ensure the cache is populated
with the complete collection.