DataTableExtensions.ExportJson(this DataTable dataTable) Method
.NET Standard 2.x
Exports data from the DataTable to a Plain JSON string.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public static string ExportJson(this DataTable dataTable)
Returns
Returns the JSON string.
Reference Plain JSON.
Examples
Applies to
.NET Standard
2.x