Click or drag to resize
JsonHelperToJosn Method (DataTable, Boolean, Boolean)
将一个DataTable对象转换到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 columnNameFirstCharLower,
	bool removeAjaxStorageRoot
)

Parameters

dataTable
Type: System.DataDataTable

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

columnNameFirstCharLower
Type: SystemBoolean
列名首字符小写
removeAjaxStorageRoot
Type: SystemBoolean

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

Return Value

Type: String

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

See Also