第13章外观模式预览.pptVIP

  • 4
  • 0
  • 约2.08万字
  • 约 44页
  • 2016-11-23 发布于湖北
  • 举报
Sample Code public class XLML { ... protected XLMLDataTable GetXLMLDataTable(SqlDataReader sqlDataReader) { XLMLDataTable xlmlDataTable = new XLMLDataTable(); try { SetDataTableSchema(sqlDataReader, ref xlmlDataTable); SetDataRowList(sqlDataReader, ref xlmlDataTable); } catch (Exception ex) { throw ex; } finally { sqlDataReader.Close(); } return xlmlDataTable;

文档评论(0)

1亿VIP精品文档

相关文档