Instantiates a new data table with the given table name

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public AnalyticsDataTable(
	string tableName
)
Visual Basic (Declaration)
Public Sub New ( _
	tableName As String _
)
Visual C++
public:
AnalyticsDataTable(
	String^ tableName
)

Parameters

tableName
Type: System..::.String

See Also