Click or drag to resize

DataTable Constructor (ITypeManager)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public DataTable(
	ITypeManager manager
)

Parameters

manager
Type: Dynamicweb.Controls.Charts.ProvidersITypeManager
Type manager for this table.
Exceptions
ExceptionCondition
ArgumentNullExceptionmanager is null.
Remarks