Creates the table used in this class. It doesn't work with Windows Azure SDK (DevTableGen.exe must be used).

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

Syntax

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

Return Value

true if the table was created, false if it already existed

See Also