DbServer.DeleteAll Method |
Delete all records of the table.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.7
Syntax VIRTUAL METHOD DeleteAll() AS USUAL
public virtual Usual DeleteAll()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if successful; otherwise, FALSE, but note that, even with FALSE, some records may have been deleted. This could happen if the operation failed halfway through because of lock conflicts or technical problems.
Remarks
Sends a NotifyIntentToMove message before the operation. Sends a NotifyFileChange message upon completion.
See Also