Click or drag to resize
EditorMJoin Method
Add a 1-to-many ("mjoin") join to the Editor instance. The way the join operates is defined by the MJoin class

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public Editor MJoin(
	MJoin join
)

Parameters

join
Type: DataTablesMJoin
MJoin link to use

Return Value

Type: Editor
Self for chaining
See Also