XmlHelperToXmlTable Method |
将一个DataTable转化为Xml信息.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToXmlTable(
DataTable table
)
public:
static String^ ToXmlTable(
DataTable^ table
)
Parameters
- table
- Type: System.DataDataTable
[Missing <param name="table"/> documentation for "M:X3Platform.Util.XmlHelper.ToXmlTable(System.Data.DataTable)"]
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.ToXmlTable(System.Data.DataTable)"]
See Also