Creates the table if it doesn't exist, clears it otherwise

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

Syntax

C#
public void CreateOrClearTable()
Visual Basic (Declaration)
Public Sub CreateOrClearTable
Visual C++
public:
void CreateOrClearTable()

See Also