📄 dataset2.designer.cs
字号:
[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 有效证件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 条形码,
string 编号,
string 姓名,
string 性别,
string 类型,
System.DateTime 出生日期,
string 有效证件,
string 证件号码,
string 联系方式,
System.DateTime 登记日期,
System.DateTime 有限期至,
string 操作员,
string 备注,
int 图书借阅次数,
int 期刊借阅次数,
bool 是否挂失) {
读者信息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(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(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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -