InputParams_dt Members
The InputParams_dt type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
InputParams_dt(Int32, String, String) |
Initializes a new instance of the InputParams_dt class.
|
![]() |
InputParams_dt(Int32, String, String, String) |
Initializes a new instance of the InputParams_dt class.
|
![]() |
InputParams_dt(HttpContext, String, String) |
Initializes a new instance of the InputParams_dt class. Deriving it from the parameters passed from jQuery.DataTable.
|
![]() |
InputParams_dt(HttpContext, String, String, String) |
Initializes a new instance of the InputParams_dt class. Deriving it from the parameters passed from jQuery.DataTable.
|
Methods
Name | Description | |
---|---|---|
![]() |
BuildQuery(String, String) |
Builds the query. It takes the original query and transforms it into a sub query
from which extracts the first length records from start record.
|
![]() |
BuildQuery(String) |
Builds the query.
|
![]() |
GetOutpuSimpleQuery(String) |
Returns the return parameter for Data Table no data for a simple search without sub query.
|
![]() |
GetOutpuSimpleQuery()()()() |
Returns the return parameter for Data Table no data for a simple search without sub query.
|
Properties
Name | Description | |
---|---|---|
![]() |
columns |
Gets or sets the columns.
|
![]() |
draw |
Gets or sets the draw. Parameter used internally by DataTable.
|
![]() |
JoinTables |
Gets or sets the join tables.
|
![]() |
length |
Gets or sets the length.
|
![]() |
order |
Gets or sets the order.
|
![]() |
PkName |
Gets or sets the name of the pk.
|
![]() |
search |
Gets or sets the search.
|
![]() |
start |
Gets or sets the start.
|
![]() |
TableName |
Gets or sets the name of the table.
|