📄 dataset1.designer.cs
字号:
}
}
[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()]
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 读者编号,
byte[] 条形码,
string 姓名,
string 性别,
string 类型,
System.DateTime 出生日期,
string 有效证件,
string 证件号码,
string 联系方式,
System.DateTime 登记日期,
System.DateTime 有限期至,
string 操作员,
string 备注,
int 图书借阅次数,
int 期刊借阅次数,
string 是否挂失) {
读者信息Row row读者信息Row = ((读者信息Row)(this.NewRow()));
row读者信息Row.ItemArray = new object[] {
读者编号,
条形码,
姓名,
性别,
类型,
出生日期,
有效证件,
证件号码,
联系方式,
登记日期,
有限期至,
操作员,
备注,
图书借阅次数,
期刊借阅次数,
是否挂失};
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["出生日期"];
this.column有效证件 = base.Columns["有效证件"];
this.column证件号码 = base.Columns["证件号码"];
this.column联系方式 = base.Columns["联系方式"];
this.column登记日期 = base.Columns["登记日期"];
this.column有限期至 = base.Columns["有限期至"];
this.column操作员 = base.Columns["操作员"];
this.column备注 = base.Columns["备注"];
this.column图书借阅次数 = base.Columns["图书借阅次数"];
this.column期刊借阅次数 = base.Columns["期刊借阅次数"];
this.column是否挂失 = base.Columns["是否挂失"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.column读者编号 = new System.Data.DataColumn("读者编号", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column读者编号);
this.column条形码 = new System.Data.DataColumn("条形码", typeof(byte[]), null, System.Data.MappingType.Element);
base.Columns.Add(this.column条形码);
this.column姓名 = new System.Data.DataColumn("姓名", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column姓名);
this.column性别 = new System.Data.DataColumn("性别", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column性别);
this.column类型 = new System.Data.DataColumn("类型", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column类型);
this.column出生日期 = new System.Data.DataColumn("出生日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.column出生日期);
this.column有效证件 = new System.Data.DataColumn("有效证件", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column有效证件);
this.column证件号码 = new System.Data.DataColumn("证件号码", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column证件号码);
this.column联系方式 = new System.Data.DataColumn("联系方式", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column联系方式);
this.column登记日期 = new System.Data.DataColumn("登记日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.column登记日期);
this.column有限期至 = new System.Data.DataColumn("有限期至", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.column有限期至);
this.column操作员 = new System.Data.DataColumn("操作员", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column操作员);
this.column备注 = new System.Data.DataColumn("备注", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column备注);
this.column图书借阅次数 = new System.Data.DataColumn("图书借阅次数", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column图书借阅次数);
this.column期刊借阅次数 = new System.Data.DataColumn("期刊借阅次数", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column期刊借阅次数);
this.column是否挂失 = new System.Data.DataColumn("是否挂失", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column是否挂失);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.column读者编号}, true));
this.column读者编号.AllowDBNull = false;
this.column读者编号.Unique = true;
this.column读者编号.MaxLength = 10;
this.column条形码.AllowDBNull = false;
this.column姓名.AllowDBNull = false;
this.column姓名.MaxLength = 8;
this.column性别.AllowDBNull = false;
this.column性别.MaxLength = 4;
this.column类型.MaxLength = 10;
this.column有效证件.AllowDBNull = false;
this.column有效证件.MaxLength = 10;
this.column证件号码.AllowDBNull = false;
this.column证件号码.MaxLength = 20;
this.column联系方式.MaxLength = 50;
this.column登记日期.AllowDBNull = false;
this.column有限期至.AllowDBNull = false;
this.column操作员.AllowDBNull = false;
this.column操作员.MaxLength = 10;
this.column备注.MaxLength = 50;
this.column是否挂失.MaxLength = 4;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 读者信息Row New读者信息Row() {
return ((读者信息Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new 读者信息Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(读者信息Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.读者信息RowChanged != null)) {
this.读者信息RowChanged(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.读者信息RowChanging != null)) {
this.读者信息RowChanging(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.读者信息RowDeleted != null)) {
this.读者信息RowDeleted(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.读者信息RowDeleting != null)) {
this.读者信息RowDeleting(this, new 读者信息RowChangeEvent(((读者信息Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Remove读者信息Row(读者信息Row row) {
this.Rows.Remove(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
DataSet1 ds = new DataSet1();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -