DevExpress xpo 的dataobject 用什么工具生产的?
就是MainDataSet.cs和MainDataSet.xsd这两个文件, 在他的demo里有,但不知道是用为什么工具生成的
他只说" 
//------------------------------------------------------------------------------
// <autogenerated>
//     This code was generated by a tool.
//     Runtime Version: 1.0.3705.288
//
//     Changes to this file may cause incorrect behavior and will be lost if 
//     the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------MainDataSet.xsd 的开始是
<?xml version="1.0" standalone="yes"?>
<xs:schema id="mainDataSet" targetNamespace="http://www.tempuri.org/mainDataSet.xsd" xmlns:mstns="http://www.tempuri.org/mainDataSet.xsd" xmlns="http://www.tempuri.org/mainDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="mainDataSet" msdata:IsDataSet="true">
    <xs:complexType>