资源简介
课程设计 从别人那里传过来的。很好用。VS用的是2010 SQL用的是2008
代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.42
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace 图书管理系统_数据库课程设计_ {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
[Serializable()]
[System.ComponentModel.DesignerCategoryAttribute(“code“)]
[System.ComponentModel.ToolboxItem(true)]
[System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
[System.xml.Serialization.xmlRootAttribute(“bookdataDataSet“)]
[System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class bookdataDataSet : System.Data.DataSet {
private bookinfoDataTable tablebookinfo;
private bookloginDataTable tablebooklogin;
private messagesDataTable tablemessages;
private studentinfoDataTable tablestudentinfo;
private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bookdataDataSet() {
this.BeginInit();
this.InitClass();
System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
base.Tables.Collectionchanged += schemaChangedHandler;
base.Relations.Collectionchanged += schemaChangedHandler;
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected bookdataDataSet(System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context) :
base(info context false) {
if ((this.IsBinarySerialized(info context) == true)) {
this.InitVars(false);
System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
this.Tables.Collectionchanged += schemaChangedHandler1;
this.Relations.Collectionchanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
if ((this.DetermineSchemaSerializationMode(info context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
System.Data.DataSet ds = new System.Data.DataSet();
ds.ReadxmlSchema(new System.xml.xmlTextReader(new System.IO.StringReader(strSchema)));
if ((ds.Tables[“bookinfo“
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1024 2010-06-12 13:05 图书管理系统\图书管理系统(数据库课程设计).sln
..A..H. 44544 2011-03-07 13:10 图书管理系统\图书管理系统(数据库课程设计).suo
文件 1048576 2010-07-06 19:57 图书管理系统\bookmanagement_Data.MDF
文件 1048576 2010-07-06 19:57 图书管理系统\bookmanagement_log.ldf
文件 746 2010-06-12 23:10 图书管理系统\图书管理系统(数据库课程设计)\app.config
文件 200108 2010-06-14 12:25 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet.Designer.cs
文件 381 2010-06-12 23:02 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet.xsc
文件 69589 2010-06-12 23:05 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet.xsd
文件 1479 2010-06-12 23:06 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet.xss
文件 199033 2010-06-14 12:25 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet1.Designer.cs
文件 3 2010-06-12 23:08 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet1.xsc
文件 68626 2010-06-12 23:08 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet1.xsd
文件 3 2010-06-12 23:08 图书管理系统\图书管理系统(数据库课程设计)\bookdataDataSet1.xss
文件 208683 2010-06-14 12:25 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet.Designer.cs
文件 3 2010-06-12 23:10 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet.xsc
文件 73995 2010-06-12 23:10 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet.xsd
文件 3 2010-06-12 23:10 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet.xss
文件 208726 2010-06-14 12:25 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet1.Designer.cs
文件 381 2010-06-12 23:38 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet1.xsc
文件 74002 2010-06-12 23:37 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet1.xsd
文件 3 2010-06-12 23:12 图书管理系统\图书管理系统(数据库课程设计)\bookmanagementDataSet1.xss
文件 2234 2010-06-15 09:38 图书管理系统\图书管理系统(数据库课程设计)\Form10.cs
文件 7331 2010-06-13 16:37 图书管理系统\图书管理系统(数据库课程设计)\Form10.Designer.cs
文件 24846 2010-06-13 16:37 图书管理系统\图书管理系统(数据库课程设计)\Form10.resx
文件 1655 2010-06-14 22:17 图书管理系统\图书管理系统(数据库课程设计)\Form11.cs
文件 4912 2010-06-14 22:17 图书管理系统\图书管理系统(数据库课程设计)\Form11.Designer.cs
文件 5814 2010-06-14 22:17 图书管理系统\图书管理系统(数据库课程设计)\Form11.resx
文件 8999 2010-06-26 16:06 图书管理系统\图书管理系统(数据库课程设计)\Form13.cs
文件 14777 2010-06-26 16:06 图书管理系统\图书管理系统(数据库课程设计)\Form13.Designer.cs
文件 12167 2010-06-26 16:06 图书管理系统\图书管理系统(数据库课程设计)\Form13.resx
............此处省略88个文件信息
- 上一篇:MySQL5.7安装与配置详细教程
- 下一篇:quartz定时任务使用大全
评论
共有 条评论