Click or drag to resize
EditorTable Method (IEnumerableString)
Add multiple tables to the Editor instance

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor Table(
	IEnumerable<string> tables
)

Parameters

tables
Type: System.Collections.GenericIEnumerableString
Collection of tables to add

Return Value

Type: Editor
Self for chaining
See Also