📄 dataset2.designer.cs
字号:
DataSet2 ds = new DataSet2();
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
return type;
}
public delegate void 图书信息RowChangeEventHandler(object sender, 图书信息RowChangeEvent e);
public delegate void 图书借阅RowChangeEventHandler(object sender, 图书借阅RowChangeEvent e);
public delegate void 图书罚款RowChangeEventHandler(object sender, 图书罚款RowChangeEvent e);
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class 图书信息DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn column编号;
private System.Data.DataColumn column书名;
private System.Data.DataColumn column条形码;
private System.Data.DataColumn column类型;
private System.Data.DataColumn column作者;
private System.Data.DataColumn column译者;
private System.Data.DataColumn columnISBN;
private System.Data.DataColumn column出版社;
private System.Data.DataColumn column价格;
private System.Data.DataColumn column页码;
private System.Data.DataColumn column书架名称;
private System.Data.DataColumn column现存量;
private System.Data.DataColumn column库存总量;
private System.Data.DataColumn column简介;
private System.Data.DataColumn column是否注销;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 图书信息DataTable() {
this.TableName = "图书信息";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 图书信息DataTable(System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected 图书信息DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 编号Column {
get {
return this.column编号;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 书名Column {
get {
return this.column书名;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 条形码Column {
get {
return this.column条形码;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 类型Column {
get {
return this.column类型;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 作者Column {
get {
return this.column作者;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 译者Column {
get {
return this.column译者;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn ISBNColumn {
get {
return this.columnISBN;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 出版社Column {
get {
return this.column出版社;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 价格Column {
get {
return this.column价格;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 页码Column {
get {
return this.column页码;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 书架名称Column {
get {
return this.column书架名称;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 现存量Column {
get {
return this.column现存量;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 库存总量Column {
get {
return this.column库存总量;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 简介Column {
get {
return this.column简介;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 是否注销Column {
get {
return this.column是否注销;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 图书信息Row this[int index] {
get {
return ((图书信息Row)(this.Rows[index]));
}
}
public event 图书信息RowChangeEventHandler 图书信息RowChanging;
public event 图书信息RowChangeEventHandler 图书信息RowChanged;
public event 图书信息RowChangeEventHandler 图书信息RowDeleting;
public event 图书信息RowChangeEventHandler 图书信息RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add图书信息Row(图书信息Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 图书信息Row Add图书信息Row(string 编号, string 书名, string 条形码, string 类型, string 作者, string 译者, string ISBN, string 出版社, decimal 价格, int 页码, string 书架名称, int 现存量, int 库存总量, string 简介, bool 是否注销) {
图书信息Row row图书信息Row = ((图书信息Row)(this.NewRow()));
row图书信息Row.ItemArray = new object[] {
编号,
书名,
条形码,
类型,
作者,
译者,
ISBN,
出版社,
价格,
页码,
书架名称,
现存量,
库存总量,
简介,
是否注销};
this.Rows.Add(row图书信息Row);
return row图书信息Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 图书信息Row FindBy编号(string 编号) {
return ((图书信息Row)(this.Rows.Find(new object[] {
编号})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
图书信息DataTable cln = ((图书信息DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new 图书信息DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.column编号 = base.Columns["编号"];
this.column书名 = base.Columns["书名"];
this.column条形码 = base.Columns["条形码"];
this.column类型 = base.Columns["类型"];
this.column作者 = base.Columns["作者"];
this.column译者 = base.Columns["译者"];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -