Version

DataUtils Class Members

The following tables list the members exposed by DataUtils.

Public Constructors
 NameDescription
Public ConstructorDataUtils Constructor  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ArraysToJSONconvert a list of arrays of objects to a JsonResult  
Public Methodstatic (Shared in Visual Basic)DataTableToJSONconverts a DataTable to a JSON in the form of a JsonResult  
Public Methodstatic (Shared in Visual Basic)GetBindingTypeGets the string of the binding that the listview can understand (number, date, bool, string, object)  
Public Methodstatic (Shared in Visual Basic)GetColumnTypeOverloaded. Get column type for the column(specified by columnKey)  
Public Methodstatic (Shared in Visual Basic)GetDataPerPageGet page data frame for the specific page index and page size  
Public Methodstatic (Shared in Visual Basic)QueryableToArraysaccepts iqueryable and assumes all record properties will be serialized  
Public Methodstatic (Shared in Visual Basic)QueryableToJSONconverts an IQueryable to JSON  
See Also

View on GitHub