Click or drag to resize
EditorData Method
Get the response object that has been created by this instance. This is only useful after
process()
has been called.

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public DtResponse Data()

Return Value

Type: DtResponse
The response object as populated by this instance
See Also