The following tables list the members exposed by DataUtils.
Name | Description | |
---|---|---|
DataUtils Constructor |
Name | Description | |
---|---|---|
ArraysToJSON | convert a list of arrays of objects to a JsonResult | |
DataTableToJSON | converts a DataTable to a JSON in the form of a JsonResult | |
GetBindingType | Gets the string of the binding that the listview can understand (number, date, bool, string, object) | |
GetColumnType | Overloaded. Get column type for the column(specified by columnKey) | |
GetDataPerPage | Get page data frame for the specific page index and page size | |
QueryableToArrays | accepts iqueryable and assumes all record properties will be serialized | |
QueryableToJSON | converts an IQueryable to JSON |
View on GitHub