ADO.NET - 类型化数据集与非类型化数据集

/// <summary>

///Represents a strongly typed in-memory cache of data.

///</summary>

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]

[global::System.Serializable()]

[global::System.ComponentModel.DesignerCategoryAttribute("code")]

[global::System.ComponentModel.ToolboxItem(true)]

[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")]

[global::System.Xml.Serialization.XmlRootAttribute("testdbDataSet")]

[global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")]

public partial class testdbDataSet : global::System.Data.DataSet {

}
posted @ 2008-08-04 16:05  许晓光  阅读(757)  评论(0编辑  收藏  举报