Tries to clear and delete the tables.

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

Syntax

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

Return Value

true if the tables have been successfully cleared and deleted. false if they were already deleted.

See Also