Tries to clear and delete the table.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool TryClearAndDeleteTable()
Visual Basic (Declaration)
Public Function TryClearAndDeleteTable As Boolean
Visual C++
public:
bool TryClearAndDeleteTable()

Return Value

true if the table have been successfully cleared and deleted. false if it was already deleted.

See Also