Click or drag to resize
DataExtensionsToJSON Method
Overload List
  NameDescription
Public methodStatic memberToJSON(DataSet, Boolean)
Exports DataSet to JSON string.
Public methodStatic memberToJSON(DataTable, Boolean)
Exports DataSet to JSON string.
Public methodStatic memberToJSON(IEnumerable, String, Boolean)
Returns JSON representation of current instance of IEnumerable.
Public methodStatic memberToJSON(IDataContainer, String, Boolean)
Returns JSON representation of current instance of IDataContainer.
Top
See Also