JsonHelperToJosn Method (DataView) |
将一个DataView对象转换到Json格式文本
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToJosn(
DataView dataView
)
public:
static String^ ToJosn(
DataView^ dataView
)
Parameters
- dataView
- Type: System.DataDataView
[Missing <param name="dataView"/> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataView)"]
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.JsonHelper.ToJosn(System.Data.DataView)"]
See Also