Click or drag to resize
JsonHelperToJosn Method (DataTable, Boolean)
将一个DataView对象转换到Json格式文本

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToJosn(
	DataTable dataTable,
	bool removeAjaxStorageRoot
)

Parameters

dataTable
Type: System.DataDataTable

[Missing <param name="dataTable"/> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataTable,System.Boolean)"]

removeAjaxStorageRoot
Type: SystemBoolean

[Missing <param name="removeAjaxStorageRoot"/> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataTable,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataTable,System.Boolean)"]

See Also