BizBlox
Delete Method (sqlObj)
Namespacespixolut.BizBloxDOCollectionDelete(SQLBuilder)
BizBlox
Performs a DELETE
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
sqlObj (SQLBuilder)
Populated SQL Builder which has the delete limiter
Remarks
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.

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0