 | UtilsDataSetToXml Method |
DataSet형식을 XML형식 string으로 반환합니다.
Namespace:
Mcc.Series.Common
Assembly:
Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string DataSetToXml(
DataSet ds
)
Parameters
- ds
- Type: System.DataDataSet
DataSet
Return Value
Type:
StringXML변환데이타
See Also