Creates the tables used in this class. It doesn't work with Windows Azure SDK (DevTableGen.exe must be used). After that, builds the initial table structure. This works with Windows Azure SDK.

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

Syntax

C#
public void InitTables(
	int clustersCount,
	IEnumerable<Guid> entities,
	bool clearTables
)
Visual Basic (Declaration)
Public Sub InitTables ( _
	clustersCount As Integer, _
	entities As IEnumerable(Of Guid), _
	clearTables As Boolean _
)
Visual C++
public:
void InitTables(
	int clustersCount, 
	IEnumerable<Guid>^ entities, 
	bool clearTables
)

Parameters

clustersCount
Type: System..::.Int32
Number of clusters
entities
Type: System.Collections.Generic..::.IEnumerable<(Of <(Guid>)>)
Initial entities to list in tables
clearTables
Type: System..::.Boolean
Specifies whether or not tables should be cleared if they already exist

See Also