MagicCMS Documentation

InputParams_dt Constructor (HttpContext, String, String, String)

Initializes a new instance of the InputParams_dt class. Deriving it from the parameters passed from jQuery.DataTable.

Namespace:  MagicCMS.DataTable
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public InputParams_dt(
	HttpContext context,
	string tableName,
	string pkName,
	string joins
)

Parameters

context
Type: HttpContext
The context.
tableName
Type: String
Name of the table.
pkName
Type: String
The pkName.
joins
Type: String
Join clause.