Name of the entities table.

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

Syntax

C#
public string EntityTableName { get; set; }
Visual Basic (Declaration)
Public Property EntityTableName As String
Visual C++
public:
property String^ EntityTableName {
	String^ get ();
	void set (String^ value);
}

See Also