JHXML Methods

DCSoft.DBUtilityGeneric

JHXML Methods

The JHXML type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member ToDataSet(String)
将指定的 XML 架构和数据读入 System.Data.DataSet ,异常将返回 null
Public method Static member ToDataSet(String, String)
将指定的 XML 架构和数据读入 System.Data.DataSet ,异常将返回 null
Public method Static member ToListTmodel
将含对象列表信息的 XML 字符串转换为对象实体列表,异常返回 null
Public method Static member ToModelTmodel
将含对象信息的 XML 字符串转换为对象实体,异常返回 null
Public method ToString (Inherited from Object.)
Public method Static member ToXml(DataSet)
返回存储在 System.Data.DataSet 中的数据的 XML 表示形式,异常将返回 null
Public method Static member ToXml(DataSet, String)
返回存储在 System.Data.DataSet 中的数据的 XML 表示形式,异常将返回 null
Public method Static member ToXmlTmodel(IListTmodel)
将对象列表转换为 XML 格式的字符串,异常返回 null
Public method Static member ToXmlTmodel(Tmodel)
将对象转换为 XML 格式的字符串,异常返回 null
Top
See Also